.NET or plain old BASIC code?
VB is basically just a horrible hack of QB to add windows support so something like this would probably work:
open "c:\path\file.txt" for input as #1
while not eof(1)
input #1, s$
listbox.add s$
wend
Yuck. Now I remember why nobody should be using BASIC for anything more than learning programming basics. =P
Probably best you forget VB and start learning C# now before you pick up and bad habbits!
---
http://sordie.co.uk
http://twitter.com/@SordieEO