I have a form (form1) with a small picture having an .OnClick event to open another form (form2)
clicking on specific places in form2 will open a third form (form3)
My problem is if user is double clicking this small picture (instead of single click) then form2 will open and the "second click" will be triggered by Form2 and in many cases will also open form3.
How do I prevent the double clicks ?
Thanks,
Tal
clicking on specific places in form2 will open a third form (form3)
My problem is if user is double clicking this small picture (instead of single click) then form2 will open and the "second click" will be triggered by Form2 and in many cases will also open form3.
How do I prevent the double clicks ?
Thanks,
Tal