How to differ double click from single click? 
Author Message
 How to differ double click from single click?

Hi,

I have the following constants for Shell_NotifyIcon API call

I want to assign to single click and double click different actions, but
whenever I use double click - code for single click is also executed.

      Public Const WM_LBUTTONDBLCLK = &H203   'Double-click
      Public Const WM_LBUTTONDOWN = &H201     'Button down
      Public Const WM_LBUTTONUP = &H202       'Button up

What could be done to remedy the situation?

--
Regards,
Gregory
http://www.*-*-*.com/ :8000/~gregory



Sat, 29 Apr 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

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

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

3. Double clicks and single clicks

4. How would I differ single click from double click?

5. How would I differ single click from double click?

6. Single/double clicks

7. Single vs Double mouse click

8. DataGrid: Selecting a row by single/double clicking

9. Double-Click vs. click

10. Click vs Double click

11. Capture click/double-click events from datatable

12. Double-Click without Click

 

 
Powered by phpBB® Forum Software