Queer Button doubleclick problem

  • Thread starter Thread starter ajit goel
  • Start date Start date
A

ajit goel

Hi everyone;

A form loads a second form on click of a button.

However when I double click on the button, the first click loads up
the second form and the second click causes the button click of the
second form to occur.

How can I prevent this??.

Suggestions are highly welcome.

Kind Regards;
Ajit Goel
 
My guess would be to disable the button by default on the form (form2), and
then following as the last statement in the load event, re-enable it. ??

Might not work though, if the click is bufferred in any way.
 
Back
Top