Application Options

Soldato
Joined
5 Mar 2003
Posts
10,771
Location
Nottingham
Hi,
I have an application and wondering how to do the "options"; you know, things like font size, colour etc - options that will affect how the application behaves and looks.

Basically I'm wondering the best way to do such a thing. My main idea is to have a class which will encompass all of the options and their values and control the reading and writing to the xml hard copy when the options are changes / application loaded and unloaded. Just unsure of whether or not this is the correct approach. Other problem is how to make the options visible to all forms that are contained within the application.

Any ideas?

Thanks :)
 
ok so thats how i store and get data back - but how do i store the data in memory - have it as a class that all forms have reference too, or just read from the file each time a form is loaded?
 
Back
Top Bottom