|
-
Jan 25th, 2000, 04:25 AM
#1
Thread Starter
Member
Id like to be able to save every control field in my program into a DATabase! and the retreave it later, What is the easiest way to do this?
And Id like to save the current settings. For example, if the user removed the StatusBar, it will be off when the program is next ran.
-
Jan 25th, 2000, 11:21 PM
#2
Member
If you're not saving a large amount of data, writing values to the user's registry is the easiest way. Write values using SaveSetting and retrieve them at Form_Load using GetSetting. See MSDN help on using these functions.
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
|