|
-
December 18th, 2009, 04:13 PM
#1
Small problem with SetCaputure() in a CView (SDI)
Hello to all.
I am developing a small mouse movement detector. It is an SDI app that does some stuff only based on mouse movement, regardless form its position or button flag.
To do so, I tried to enable mouse capturing on left button, to send all mouse movement messages to my CView to monitorate them until right button is pressed.
Anyway, unfortunately, mouse movement is captured only inside CView and its window border, title and toolbar. I'd need messages to be conveyed to my MyCView::OnMouseMove(...) function.
I thank you all for any help
- Buzzyous -
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
|