摘要: 转载自:http://www.zxbc.cn/html/20080418/33430.html  PreTranslateMessage是消息在送给TranslateMessage函数之前被调用的,绝大多数本窗口的消息都要通过这里,比较常用,当需要在MFC之前处理某些消息时,常常要在这里添加代码. MFC 消息控制流最具特色的地方是CWnd类的虚拟函数PreTranslateMessage(),通... 阅读全文
posted @ 2010-01-06 15:55 能巴 阅读(734) 评论(0) 推荐(0)