Read text file with VB.NET
Hi,
I have a textfile which have many lines with three columns. In VB6.0 we can handle each data of columns with a command like Input #1, X, Y, Z .
I can do it until the EOF and take each data to write anywhere I want. In vb.net how can I do this.
Thank you.