[Question] Disabling Buttons After Clicked?

vb6 , vb , vb help New York, United States
  • 12 years ago
    Ok i need to do the following, but if you can help with any please post! I need to: Disable a button after its clicked, enable a button after the button being disabled is clicked, make the button being disabled turn a text area from visible false to true. Thanks if you can help!
  • 12 years ago
    You can use the submit behavior.. and disable the button after it is clicked in the ClientClick. Hope this works for you..Let me know if you face any issues.
  • 12 years ago
    the easiest thing I can think to do is in your visual basic code under the when clicked option fo rthe first button you want to do : button1.visible=false button2.visible=true label1.visible=true
  • 11 years ago

    you can use java script to active or disable the forms objects. after clicked on submit button you can disable the forms objects and done works properly if you need more helps please follow my professional website http://web-design.meroblog.net/web-design-website-development-nepal.htm

  • 11 years ago

    You can use the submit behavior. of button and disable the button after it is clicked in the ClientClick.

  • 11 years ago

    i think the java script

    your way to find the right job

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If Java had true garbage collection, most programs would delete themselves upon execution.” - Robert Sewell