.config files and dynamic properties

S

Steve Hiemstra

Hi All,

I'm sure this has been mentioned before, but I don't remember what the
solution was...

I want to use XML-based '.config' files in my Windows Form app.
Unfortunately, the '.config' file for my app < myapp.exe.config > is
'read-only' (I can't write to it).

I understand why this is so, but I still want to have a '.config' file that
is 'read/write', so I can save my: form position & size, user-settings,
etc...

< The myapp.exe.config is 'read-only', right??? >

If so, what are my options, and how do I go about creating my own '.config'
file? What are the objects that I use to manipulate it (XMLReader,
XMLWriter)?

SteveH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top