Reading/Writing Text Files
I currently use vb.net but have been helping someone out with a game. I have written an example for them but I have since realised that they are using vb6. In vb.net I am using the Stream Reader and Stream Writer to do this, Im guessing these aren't part of vb6 so is there any alternative?
Re: Reading/Writing Text Files
The method for VB6 is a bit different, and fairly old-fashioned.
There are examples and explanations in the "Files" section of our Classic VB FAQs (in the FAQ forum). I suspect "How can I read/write a text file?" will be most apt.
Re: Reading/Writing Text Files
Ok thanks a lot I shall have a read