laroberts Posted July 4, 2005 Posted July 4, 2005 I have a form with a couple of buttons on it. I do not want 3 of the buttons to enable untill the first question is answered on the form. How do I send a command in VB.NET to enable these buttons? Thank you Quote
thenerd Posted July 4, 2005 Posted July 4, 2005 'first question is answered here button1.enabled = true button2.enabled = true button3.enabled = true Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.