Hi,
I have come to ask about "System.IO.StreamReader.ReadLine"
I want it to read line 1, then 2, then 3, and it keeps going for 20
Please just give me the code to read line 5 for example, then i will do the rest, here is the code for you to work on
Dim loadf As New System.IO.StreamReader("c:/text.txt")
textbox5.Text = loadf.ReadLine()
Thats really all i know, please help
Thanks, Luke