G
Guest
Hey All,
I want to find whether my first item within my CheckListBox is in a checked
or unchecked state. I tried the following but it did not work, Can anyone
help.
If CkListBoxRoutines.Items.Item(0) = CheckedState.Checked Then
messagebox("Marc")
End If
Any ideas how to do this?
Cheers
I want to find whether my first item within my CheckListBox is in a checked
or unchecked state. I tried the following but it did not work, Can anyone
help.
If CkListBoxRoutines.Items.Item(0) = CheckedState.Checked Then
messagebox("Marc")
End If
Any ideas how to do this?
Cheers