Nah, try to read something about App.Config first, it is really easy to use.
In case of XML, I am lazy bastard as well, I rather use DataTable to read
and write xml, just sometimes I really need XPath... :D
So, if I say that App.Config is easy to use then it is really easy...

2009/11/24 Markarina <[email protected]>

> okay App.Config would seem to be the way to go, however since windows
> programming and XML  are not part of my core skillset, can somebody
> give me some pointers how I add an array of structures and their
> component values to the file, and then read and write to the
> App.Config?
>
> apologies if this seems to be a dumb question but not had to dig down
> to this level before
>
> On Nov 24, 12:46 pm, Processor Devil <[email protected]>
> wrote:
> > What about App.Config ?
> >
> > 2009/11/24 Markarina <[email protected]>
> >
> >
> >
> > > 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