
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