HOW TO USE CHECKBOX IN VISUAL BASIC 6.0
FOR CHECK BOX
you can select as many option as you want using check box. below is how to use check box:
check1.caption="checked"
else
check1.value="unchecked"
end if
Where check is the name of your checkbox
you can select as many option as you want using check box. below is how to use check box:
- select check box
- draw as many as you want
- double-click on the on the checkbox and type
check1.caption="checked"
else
check1.value="unchecked"
end if
Where check is the name of your checkbox