为什么ActiveX中的对话框不响应PreTranslateMessage
1个回答
2017-11-10
展开全部
MSDN说:
----------MFC--------------
CWnd::PreTranslateMessage
Used by class CWinApp to translate window messages before they are dispatched to the TranslateMessage and DispatchMessage Windows functions.
CWnd::WindowProc
Provides a Windows procedure (WindowProc) for a CWnd object. It dispatches messages through the window’s message map.
显然只有通过TranslateMessage和DispatchMessage函数传过来的消息才能在PreTranslateMessage中捕捉到,什么消息是通过这两个函数我不消息,不过鼠标和键盘还有Timer是一定会过的!
还有就是所有的消息都通过WindowProc所以只要重载这个函数就一定能得到你要的消息!
----------MFC--------------
CWnd::PreTranslateMessage
Used by class CWinApp to translate window messages before they are dispatched to the TranslateMessage and DispatchMessage Windows functions.
CWnd::WindowProc
Provides a Windows procedure (WindowProc) for a CWnd object. It dispatches messages through the window’s message map.
显然只有通过TranslateMessage和DispatchMessage函数传过来的消息才能在PreTranslateMessage中捕捉到,什么消息是通过这两个函数我不消息,不过鼠标和键盘还有Timer是一定会过的!
还有就是所有的消息都通过WindowProc所以只要重载这个函数就一定能得到你要的消息!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询