I am using the My.Settings class to save the state of user options in
a tab control on the main form. One tab is for the main data elements
and the other tab holds the user options which consist of some
checkboxes. I bind the checkboxes to a setting variable like usual.
Here is the weird thing, if i load my app and run it, it seems like
the checkboxes are not initialized and it assumes all checkboxes are
ON. However if I load my app and just click on the options tab and
then the main tab and run it then the checkboxes are initialized and
the app abides by the user settings. Am i doing something wrong here?
All i do between the two tests is just click on the options tab to
view the options. That seems enough to initialize the checkboxes. Am I
missing a step?
AGP
a tab control on the main form. One tab is for the main data elements
and the other tab holds the user options which consist of some
checkboxes. I bind the checkboxes to a setting variable like usual.
Here is the weird thing, if i load my app and run it, it seems like
the checkboxes are not initialized and it assumes all checkboxes are
ON. However if I load my app and just click on the options tab and
then the main tab and run it then the checkboxes are initialized and
the app abides by the user settings. Am i doing something wrong here?
All i do between the two tests is just click on the options tab to
view the options. That seems enough to initialize the checkboxes. Am I
missing a step?
AGP