Mesaj windows pentru stare mouse
-
- Membru++
- Posts: 687
- Joined: 10 Sep 2008, 21:40
- Judet: Cluj
Mesaj windows pentru stare mouse
Exista vreun mesaj windows pentru a stii o aplicatie minimizata in system-tray, cand se misca mouse-ul ? WM_MOUSEMOVE nu merge in acest caz ...
Re: Mesaj windows pentru stare mouse
Dacă o aplicație a creat o iconiță folosind Shell_NotifyIcon, atunci aceasta va fi notificată prin intermediul unui mesaj special specificat în uCallbackMessage în dependență de versiunea indicată în uVersion: https://msdn.microsoft.com/en-us/librar ... 85%29.aspx.
-
- Membru++
- Posts: 687
- Joined: 10 Sep 2008, 21:40
- Judet: Cluj
Re: Mesaj windows pentru stare mouse
Aceste notificari exista cand mouse-ul se afla peste iconita din system tray, dar as vrea sa stiu cand mouse-ul se misca sau nu, oriunde pe ecran ... banuiesc ca asa notificare nu exista ....These notification messages are sent when a mouse event or hover occurs in the bounding rectangle of the icon, when the icon is selected or activated with the keyboard, or when those actions occur in the balloon notification
Re: Mesaj windows pentru stare mouse
Pentru astfel de spionare există SetWindowsHookEx cu parametrul WH_MOUSE_LL.