|
-
November 23rd, 2010, 03:09 AM
#1
Problem while overriding CChildFrame::PreTranslateMessage
In a simple MDI application, I tired to override CChildFrame::PreTranslateMessage to pre-process some events or just drop them if meet some condition. However, I found that all events were received twice out there, I don't why MDI framework dispatched same event twice to CChildFrame::PreTranslateMessage, but that was really unexpected, and how to avoid that?
Thanks.
Last edited by LifeIsSuffering; November 23rd, 2010 at 03:27 AM.
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
|