I finally figured out how to use the settings.settings file to create user settings that would persist when reopening my application. I have several text boxes that once completed by the user I would like to retain their data when the app is reopened. This part now works, unfortunately a little too well.
I now have a problem of getting them to go away. I am trying to debug part of my application and I want my form starting in a fresh state each time, but now I can't seem to get these settings to stop. I've searched everywhere in my code and cant't figure out where it is still pulling them from.
I searched the sites that helped me get it working for a solution and I read that in the settings.settings editor you can click the synchronize option to clear them out but that does not help. Anyone have any thoughts as to where I should look?