|
-
August 10th, 2009, 09:15 AM
#1
capture mouse click,release event
In a c++ application how to know mouse button(left/right) is clicked,pressed or release.
-
August 10th, 2009, 11:37 AM
#2
Re: capture mouse click,release event
"C++ application" is vague in this context. In a Win32 application, the message queue will receive WM_RBUTTONDOWN and WM_LBUTTONDOWN messages for those events.
-
August 10th, 2009, 05:48 PM
#3
Re: capture mouse click,release event
Say, I have a dialog with a button. How and where do I get control to my application, when the button is already pushed but not yet released?
-
August 11th, 2009, 02:45 AM
#4
Re: capture mouse click,release event
Thanks. Can you please give any example. I want to capture mouse events in an addin(outlook)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|