I have a text file in my desktop...
In this file we have five lines:
Line 1 Line 2 Line 3 Line 4 Line 5
If the user choose this tex
Try this:
Dim lines() As String = IO.File.ReadAllLines("C:\dir\file.txt") ListBox1.Items.AddRange(lines)
More information is at MSDN.