Click vs Double click 
Author Message
 Click vs Double click
Hi y'all,

Thought I'd familiarize myself with VB and just jumped in.

I discovered that if I put a click and double click event handler on a label
I have a problem.  If I click on the label, I get the click event.  If I
double click on the label, I get both the click and double click events.  I
cannot get the double click alone.

Am I missing something?

Thanx,
Bill



Sat, 10 Sep 2005 09:31:08 GMT  
 Click vs Double click
Hello,


Quote:
> Thought I'd familiarize myself with VB and just jumped in.

> I discovered that if I put a click and double click event handler on a
label
> I have a problem.  If I click on the label, I get the click event.  If
I
> double click on the label, I get both the click and double click
events.  I
> cannot get the double click alone.

The click event is fired directly after the dirst click. At this time
nobody knows if the user will click a second time.

Regards,
Herfried K. Wagner



Sat, 10 Sep 2005 16:03:53 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Double-click vs single-click on macro button

2. Double-Click vs. click

3. Form Click .vs. Double-Click Events

4. Capture click/double-click events from datatable

5. System tray icon, single click event fires before double click

6. Double-Click without Click

7. Click and Double-click events

8. Simulate click and double-click respectively from WinForce

9. Click and Double Click, and A List of Questions

10. How to differentiate between Click and Double-Click?

11. Double clicks and single clicks

12. Listview, Click and Double Click

 

 
Powered by phpBB® Forum Software