Aysenur

Aysenur

  • NA
  • 4
  • 0

Read text file with VB.NET

Dec 16 2009 10:34 AM
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)