changing app properties

  • Thread starter Thread starter Octavio Hernandez
  • Start date Start date
O

Octavio Hernandez

Alvo,

You should save your settings, and restore them when application starts.
A configuration file (XML generally the recommended format) or the Windows
Registry are two possible options for saving your settings.
This project could be helpful to you:
http://www.codeproject.com/dotnet/savior.asp

Regards - Octavio
 
hi,

i have an app with the usual options form. when you change a setting e.g.
show all invisible toolbars, and then exit the appliocation, the settings
reset themselves. how do i stop this?
 
Back
Top