Mouse Notifications
-
Hi there . I want to get mouse coordinate on desktop, I can do it and it's worked but only on application own windows. how can i process mouse notification in all other open window include desktop? Sorry about my English, my English is not so good . thanks.
DMASTER
-
Hi there . I want to get mouse coordinate on desktop, I can do it and it's worked but only on application own windows. how can i process mouse notification in all other open window include desktop? Sorry about my English, my English is not so good . thanks.
DMASTER
-
Does
GetMouseMovePointsEx
[^] help? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles]Dear Pallini thanks to your reply, Mr.Pallini I know this method, my problem is which message of mouse notification must be process to use this functions ? thanks.
DMASTER
-
Dear Pallini thanks to your reply, Mr.Pallini I know this method, my problem is which message of mouse notification must be process to use this functions ? thanks.
DMASTER
You may use this function asynchronously, whenever you need. However, if you need to stay updated with system-wide mouse notifications, then you probably need to write a mouse hook (see, for instace http://www.codeproject.com/KB/DLL/ParkMouse.aspx[^]). :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles] -
You may use this function asynchronously, whenever you need. However, if you need to stay updated with system-wide mouse notifications, then you probably need to write a mouse hook (see, for instace http://www.codeproject.com/KB/DLL/ParkMouse.aspx[^]). :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles]Thank you my friend ,that was i want .
DMASTER
-
Thank you my friend ,that was i want .
DMASTER
:)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles]