Where can i get articles about Text file handling in Vb.Net?

  • Thread starter Thread starter MJ
  • Start date Start date
M

MJ

anyone know about any webpage that teach ppl about text
file handling in VB.net?
i wish to learn all the basic file and stream IO to handle
a normal text associate with my project
heard that there are many methods in file and stream, i
hope can get the easiest..
 
MJ said:
anyone know about any webpage that teach ppl about text
file handling in VB.net?
i wish to learn all the basic file and stream IO to handle
a normal text associate with my project
heard that there are many methods in file and stream, i
hope can get the easiest..

In the Framework documentation, read "Programming with .NET Framework" ->
"Working with I/O"

In the VB documentation, read "VB language tour" -> "Processing drives,
folders and files"
 
can u be more specific where can find framework
documentaiton??

The documentation comes with the product. Press <F1>, then select "Visual
Studio.NET" -> ".NET Framework".
 
Back
Top