I search MSN and found no good results. I need to know how I can prevent double clicks on link labels or even buttons.
What would be the logic to prevent double-clicking?
Preventing Double Clicks
Started by
Guest_NeedHelp_*
, Jun 19 2006 06:03 PM
3 replies to this topic
#1
Guest_NeedHelp_*
Posted 19 June 2006 - 06:03 PM
Guest_NeedHelp_*
|
|
|
#2
Posted 20 June 2006 - 11:11 AM
Why don't you just add the "on_doubleclick" function. If you are using Visual C# you can click on the lighting bolt at the label/button properties wnidow. This will list all of the functions the button/label can do. Scroll down to mouse doubleclick and then doubleclick on the white space. It will create a function for you. Have this function do nothing.
I'm not sure i understand what you are wanting since the doubleclick shouldn't do anything unless you have a function already made for it.
I'm not sure i understand what you are wanting since the doubleclick shouldn't do anything unless you have a function already made for it.
Void
#3
Guest_NeedHelp_*
Posted 22 June 2006 - 11:33 AM
Guest_NeedHelp_*
Hmm, perhaps I said that wrong. How can I prevent a user from clicking the button a second time? I have a form with a button and the button executes IE to a default website. Is there anyway I can prevent the user from clicking it twice while IE is loading?
#4
Posted 22 June 2006 - 02:59 PM
Hmm... You could always disable the button for a period of time. Say 5 seconds after the button is clicked it becomes disabled.
Void


Sign In
Create Account

Back to top










