I seem to have been only like a boy playing on the seashore, and diverting myself in now and then finding a smoother pebble or a prettier shell than ordinary, whilst the great ocean of truth lay all undiscovered before me.
Command Button 1 plus Command Button 2 triggers th
Eric
16 years ago
In Visual Basic I need help making a code that that triggers an event by clicking command buttons in a specific order.
Example. Click Command Button 1, then click command button 2, then click command button 3 will make an event happen.
Answer from Richard Rost:
How about check boxes for each of your command buttons. In the event for command1 set the checkbox to YES. Same for command2. Then when command3 is checked, look and see if the checkboxes for 1 and 2 are yes. If so, run your event.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Visual Basic Forum.