Quote:
AppSettings exist in 1.1, however you can't update them easily with a single function. However, it's just an XML file, so using the XmlDocument namespace you can load, update, and save the file without too much trouble.


Except that ConfigurationSettings.AppSettings doesn't always reload the settings if you change them.

If you do a search on Codeguru, you'll find half a dozen preferences classes. I seem to recall that there's one in MSDN magazine, too.
_________________________
-- roger