Save the data as XML on shutdown.

Load this on startup.

Or serialise it to a Db table (if you have a DB).

App.config / web.config are not for this kind of scenario.

On Tue, Nov 24, 2009 at 12:15 PM, Markarina <[email protected]> wrote:

> I have a program that the user defines a bunch of settings which I
> store in structures and would like to preserve between program runs,
> normally I would just save these as settings under the project-
> >properties option, but there does not seem to be add user defined
> variable types to the type options.
>
> The other option would be to get save the data on exit and get the
> user to load it on start up but that seems a little clunky.
>

Reply via email to