Please anyone help,
I have a button named "cmdOne" and i want to know if it was clicked.
I created a boolean:
Dim clicked As Boolean = False
If (clicked == True) .... ????
How do I finish this ? Please Advice, I can't go on with my program without knowing how to do this and I have been stuck trying to do it over 7 hours...