|
-
April 1st, 2010, 09:33 PM
#1
How do I understand PreTranslateMessage
My intention is to intercept some messages and to determine if it should be dispatched to window.
Then I chose PreTranslateMessage.
Still I'm a little suspicious if I got it right,
1. does PreTranslateMessage work for entire application, which means, it doesn't work for per window, instead, it works in application scope
2. is PreTranslateMessage my correct solution, I've read somewhere which offered another solution, which is better?
Here's the post, http://blogs.msdn.com/oldnewthing/ar...7/3555596.aspx
thx in advance
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
|