Hi,
I've added a checkbox to a form and created a variable within "Application Settings" to store its value so that its value is remembered when the application is shutdown. This works fine but I have a problem when I create a release version of the app and then create an installer for it.
When the app is initially installed, and then run, it creates a user.config file. This config file however does not reflect the contents of the values I entered in "Application Settings". If I set the boolean variable (associated to my checkbox) to True, in "Application Settings", the config file is set initially to False. I want to have an initial default value when the user first runs the app. How do I do this? Where am I going wrong?
I've added a checkbox to a form and created a variable within "Application Settings" to store its value so that its value is remembered when the application is shutdown. This works fine but I have a problem when I create a release version of the app and then create an installer for it.
When the app is initially installed, and then run, it creates a user.config file. This config file however does not reflect the contents of the values I entered in "Application Settings". If I set the boolean variable (associated to my checkbox) to True, in "Application Settings", the config file is set initially to False. I want to have an initial default value when the user first runs the app. How do I do this? Where am I going wrong?