10 pts.
 Toggle between check boxes
Without useing a If statement who do you write the code to toggle from one checkbox to another.

Software/Hardware used:
Visual Basic 20008
ASKED: November 23, 2009  1:38 PM
UPDATED: January 22, 2010  6:32 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Do you want the checkboxes to behave like radio buttons ? If so, why do you want to use checkboxes ?
Also, why do you want to avoid the use of an if statement ?

 63,535 pts.

 

Visual Basic 20008 ?

toggle is quite possible but why you want to avoid ‘if’

 8,200 pts.

 

What do you mean toggle? Move the the next checkbox when the previous one is checked or unchecked?

 1,855 pts.