ok so i got vb to read the text file but it reads the whole thing and displays it on a text line,
how can i make it so it reads it like 1 line at a time after every click,
so if my text file is like this
hello
goodbye

then i dont want it to display both, i want it to display hello and if i click a button again then it displays goodbye,

Thanks in advance