Hai, I have few checkbox in a form in vb 6.0. I want to set a command by which i can change all check box at a time
Enable=True
Enable=False
.value=1,
.value=0
the code may something like for each checkbox....
please give me the suggestion
Enable=True
Enable=False
.value=1,
.value=0
the code may something like for each checkbox....
please give me the suggestion
Comment