1
Answer

Read text file with VB.NET

Aysenur

Aysenur

14y
4.9k
1
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.
Answers (1)