Open with write access

camaross
06-12-2003, 08:14 PM
Hi, can anyone tell me how I would go about opening an ocx file with write access and closing it. I do not need to write to it, just open it with write access and close.


thanks

wbeetge
06-13-2003, 01:39 AM
have you tried :

Open "your ocxfile" For Output As #1
Close #1

loquin
06-13-2003, 09:05 AM
have you tried :

Open "your ocxfile" For Output As #1
Close #1Don't. This will re-create the file. (Empty). Use open for Append instead.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum