Hi
I tried to save my application's control data into App.config just to find
out
that it's has a read-only collection. So this is not like good old ini
files.
Are we still supposed to use the registry for this?
Thanks in advance.
Dee

Re: best place to save application state? by Matt

Matt
Fri Mar 25 17:59:14 CST 2005

Hello Dee,

The registry is one choice for user specific configuration information. Another
is Environment.SpecialFolders.ApplicationData, which is a special folder
that you can drop files into. These files can be in any format you wish (ie:
ini or xml).

--
Matt Berther
http://www.mattberther.com

> Hi
> I tried to save my application's control data into App.config just to
> find
> out
> that it's has a read-only collection. So this is not like good old ini
> files.
> Are we still supposed to use the registry for this?
> Thanks in advance.
> Dee




Re: best place to save application state? by Dee

Dee
Fri Mar 25 20:20:01 CST 2005

Thanks Matt

"Matt Berther" <mberther@hotmail.com> wrote in message
news:221a09c78d1e608c6ff731b9b42b7@news.microsoft.com...
> Hello Dee,
>
> The registry is one choice for user specific configuration information.
Another
> is Environment.SpecialFolders.ApplicationData, which is a special folder
> that you can drop files into. These files can be in any format you wish
(ie:
> ini or xml).
>
> --
> Matt Berther
> http://www.mattberther.com
>
> > Hi
> > I tried to save my application's control data into App.config just to
> > find
> > out
> > that it's has a read-only collection. So this is not like good old ini
> > files.
> > Are we still supposed to use the registry for this?
> > Thanks in advance.
> > Dee
>
>
>