A
ashehu
When trying to uncheck a checkbox with the following simple line of
code
CheckBox8.Checked = False
I get the following error
StartIndex Cannot Be less tha Zero
Parameter name: StartIndex
Its a windows application. When the form loads, some of the checkboxes
get checked based on a user selected. When another user is selected
some checkboxes get checked the checked states get checked.
Any help really appreciated.
code
CheckBox8.Checked = False
I get the following error
StartIndex Cannot Be less tha Zero
Parameter name: StartIndex
Its a windows application. When the form loads, some of the checkboxes
get checked based on a user selected. When another user is selected
some checkboxes get checked the checked states get checked.
Any help really appreciated.