Reading and writing to app.config file in C#

Posted by Indigo Praveen on Stack Overflow See other posts from Stack Overflow or by Indigo Praveen
Published on 2010-04-21T12:45:52Z Indexed on 2010/04/21 12:53 UTC
Read the original article Hit count: 384

Filed under:
|
|

I have some of the values saved in app.config file, I want to create a WinForms application which shows all the AppSettings values in a Form.

In the form user can change the settings values, after making changes the user can press the Save button and on this I want to save all the values back to the app.config file.

Is there any way to do that in C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms