R
RTT
In my form I have a checkbox Checkbox1. this is not checked.
Now a want to program in VB that if the checkbox is checked it becomes
enabled. i tried:
if CheckBox1.checked = 1 then
checkbox1.enabled = 0
enf if
but he says he can't find object CheckBox1 wich is on my form.. anyone
who can help me?
Now a want to program in VB that if the checkbox is checked it becomes
enabled. i tried:
if CheckBox1.checked = 1 then
checkbox1.enabled = 0
enf if
but he says he can't find object CheckBox1 wich is on my form.. anyone
who can help me?