|
-
August 21st, 2001, 04:02 PM
#1
Saving Info in VB
Hello. Here is my problem. I have a vb program that requires information to be saved and reloaded at next application startup. How can I go about doing this without i\o to text files?
-
August 21st, 2001, 04:08 PM
#2
Re: Saving Info in VB
If it is a lot of data, use a database, if only a few settings or whatnot, use the system registry. This forum contains a lot of information on both of these methods, just click search and you're bound to find a lot of good stuff. Good luck!
Jeff
-
August 21st, 2001, 04:21 PM
#3
Re: Saving Info in VB
If it's not much info. use the GetSettings and SaveSettings functions to save/read them from the registery.
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
|