M
Matthew Morvant
I have an application (Windows Form - C#) that uses a .config file. Is
there an easy way to make the values in this file editable by the user
"inside" the application while the application is running? For example one
of my current values is the interval for a timer, I would like the user to
be able to change that value, and have it remain for the next time the
application is started.
there an easy way to make the values in this file editable by the user
"inside" the application while the application is running? For example one
of my current values is the interval for a timer, I would like the user to
be able to change that value, and have it remain for the next time the
application is started.