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