--- In [email protected], "irfan_younis" <[EMAIL PROTECTED]>
wrote:
>
>
> I would like to store and retrieve data from text file in textbox,
> checkbox, etc., any body can give me code example?
>
> regards,
>
> Irfan
private sub putfileinbox
open myfile for input as #1
textbox1.text=input(lof(1),1)
close
end sub
private sub writeboxtofile
open myfile for output as #1
print #1,textbox1.text
close
end sub
==========================
Do a internet search for "VB 6 text file" and you can probably find a
lot more that way.
[C]
'// =======================================================
Rules : http://ReliableAnswers.com/List/Rules.asp
Home : http://groups.yahoo.com/group/vbHelp/
=======================================================
Post : [email protected]
Join : [EMAIL PROTECTED]
Leave : [EMAIL PROTECTED]
'// =======================================================
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/vbhelp/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/