|
-
Nov 26th, 1999, 04:14 AM
#1
Thread Starter
Hyperactive Member
Hi,
I would like to type a caption into a text box and then save that caption into an INI file sao that the next time I staret the program the caption is in the form.caption. I use this code to write to the file:
open "C:\Caption.ini" for output as #1
write #1, text1.text
close # 1
now, thats the writing side of things taken care of but how do I read the caption from the file and place it in form1s caption???
Richard
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|