"Angelo" <Dit-Is-Een-Nep-Mail-Adress@Lekker-Puh.us> wrote in message
news:44919a0a$0 $28347$e4fe514c @dreader11.news .xs4all.nl...
[color=blue]
>i need in VB6 to open a file, read it, close it, open it, write it, close it.
>
> how to do it?
>[/color]
Believe it or not, the sequence of commands you will use is
Open
Input
Close
Open
Write
Close
Why don't you look them up in your help file, try it out, see how far you get,
and post your code if you get stuck?
"J French" <erewhon@nowher e.uk> schreef in bericht
news:44929ed9.9 4859562@news.bt openworld.com.. .[color=blue]
> On Fri, 16 Jun 2006 12:49:08 +0200, "Angelo"
> <Dit-Is-Een-Nep-Mail-Adress@Lekker-Puh.us> wrote:
>[color=green]
>>Oh sorry i see it was no code.[/color]
>
> For a VB5 Help file get it at:
>
> www.jerryfrench.co.uk/utils/vb5help.zip
>
> VB6 just has a few more bells and whistles
>
>[/color]
Comment