As the title says how can i enable a button after clicking another?
Printable View
As the title says how can i enable a button after clicking another?
Enable the 2nd button in the 1st button's click event
In Button 1
In Button 2Code:Button2.Enabled = True
Button1.Enabled = False ' if u want to disable the first
And So onCode:button3.enabled = true
Button2.Enabled = False ' if u want to disable the first
And make sure that u have disabled the other buttons except the first in the properties