摘要: 01. PreTranslateMessage函数,常用于屏蔽MFC对话框中默认的Enter和ESC消息函数原型:BOOL PreTranslateMessage(MSG* pMsg)用法举例:BOOL CTestDlg::PreTranslateMessage(MSG* pMsg){ if(pMs... 阅读全文
posted @ 2014-08-14 09:54 nanyangzp 阅读(2662) 评论(0) 推荐(0)