rlong
August 21st, 2001, 04:02 PM
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?
|
Click to See Complete Forum and Search --> : Saving Info in VB rlong August 21st, 2001, 04:02 PM 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? Ghost308 August 21st, 2001, 04:08 PM 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 DSJ August 21st, 2001, 04:21 PM If it's not much info. use the GetSettings and SaveSettings functions to save/read them from the registery. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |