Buttons
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
:sigh: When a form loads, a button is disabled. How can I get the button enabled after selecting an item in a combo box?
Put
myButton.Enabled = True
in the event handler for the combo box selection changed event.Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Follow up on hiring a software developer * The Value of Smaller Methods My website | blog