Thread: Visual Basic
View Single Post
Old 11-05-2009, 03:09 AM   #8 (permalink)
timeb0mb
Banned
 
Join Date: May 2009
Location: USA. Unified Sarcastic Anal... something...
Posts: 591
Reputation: 9
Default

I tested this personally and it worked perfectly, so I hope it does the same for you.
The problem with not using else is, after the first if is done, the sub checks the second if. Since the first if is done and changed the button name, the second if will continue without them clicking it again. Kinda confusing, I know. By using if, it only checks ONE of them per click, instead of doing one by one by one per click.
timeb0mb is offline   Reply With Quote