Hi
I am using vb2005 and want to create a text file and open it or save data to it.need just sample example.
Thanks
Printable View
Hi
I am using vb2005 and want to create a text file and open it or save data to it.need just sample example.
Thanks
MSDN is always helpful: http://msdn2.microsoft.com/en-us/library/ms404278.aspx
Look up StreamReader and StreamWriter in the help files. Lots of examples
There are simple examples provided in the MSDN Library for all the common file I/O operations if you care to look. If you search for create text file you'll find links.
Thanks everyone:wave: