Hey,

Ok, first of all, you have to decide everything configuration parameter that you want to save. Then, for each parameter, create a Setting in the Application page, which is User Scoped. Set the type of this setting to be what you want to save, i.e. a string, a boolean etc.

Then, in your form, set the value of each of the settings to the value of the configuration parameter, then call Save on those settings.

Then, when you start up the application again, read the value of the settings, and use them in the application.

The .Net Framework does everything else for you. You don't need to worry about the xml file it creates, or anything like that. Just the loading and saving of the settings.

Gary

P.S. Nope, I wouldn't have a problem with that at all.