PDA

Click to See Complete Forum and Search --> : Save current Settings!


Phil.Hebert
Jan 25th, 2000, 03:25 AM
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.

mcleran
Jan 25th, 2000, 10:21 PM
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.