Visual Basic Express 2008

Saving The CheckState of a CheckBox Between Sessions

Property Binding to save the state of boxes and buttons between sessions

 

In order to save the state of my checkbox "Grid On", I used the following steps to bind the property CheckState

 

Step 1 - Select ProertyBinding from the Properties Window (click on the 3 dots)

 

Step 2 - Select "New" and the following window will open.  Navigate to CheckState and click on down arrow next to None

 

Step 3 - Fill in a Name, in this case I called it GridOnCheckState

 

Step 4 - After selecting OK above, the new name will appear in the Application settings. Select OK

 

Step 5 - After selecting OK above, the property binding will appear in the properties window

 

Step 6 - The new property binding can also be found in the Project Properties Settings Window