rino_2
Nov 26th, 1999, 03:14 AM
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
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