As the title says how can i enable a button after clicking another?
Enable the 2nd button in the 1st button's click event
Coding Examples: My Web Site | CodeBank SubmissionsFeatures: Sorting Techniques | DataGridView Printing | Average Strategies - Plugin VersionOnline Games: hangMan | masterMind | sudoku | crack the lock | numbers game | Fit Words | Fit Numbers | Crossword HangmanCompiled Games: Puzzle Games
In Button 1 Code: Button2.Enabled = True Button1.Enabled = False ' if u want to disable the first In Button 2 Code: button3.enabled = true Button2.Enabled = False ' if u want to disable the first And So on And make sure that u have disabled the other buttons except the first in the properties
Button2.Enabled = True Button1.Enabled = False ' if u want to disable the first
button3.enabled = true Button2.Enabled = False ' if u want to disable the first
Forum Rules