i want a button to do one thing the first time i click it then do something different when i click it the second time. how do i do this?
Software/Hardware used:
visual basic 2008 express edition
ASKED:
December 31, 2009 5:21 PM
UPDATED:
January 2, 2010 12:08 PM
The easiest way to do that would be to use a counter – each time the button is pressed, increment the counter and then check if it is the first time or not.