Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Files

Status
Not open for further replies.

Jengo

Programmer
Apr 17, 2000
100
US
How do you write the contents of a textbox to a file?<br>How do you retrieve those contents from the file and put it in a textbox?
 
Just look into file I/O in the VB help, it's pretty straight forwad stuff depending upon how complicated you need the storage of the information to be.&nbsp;&nbsp;<br>&nbsp;&nbsp;Here's a few questions that you might want to answer in order to help other's help you.&nbsp;&nbsp;Why do you need to store things into a file?&nbsp;&nbsp;If it's just simple text couldn't you just use a memo field to store it in?&nbsp;&nbsp;Would be much easier to access, and probably faster, then reading a file everytime you needed the data.&nbsp;&nbsp;Good luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top