登录注册
论坛
一粒金砂(初级)
76
0
扫一扫,分享给好友
64
78
80
71
引用 1 楼 subpku 的回复: 直接用 BOOL CMydilog::PreTranslateMessage(MSG* pMsg) { // TODO: Add your specialized code here and/or call the base class if (pMsg->message == WM_KEYDOWN) { switch (pMsg->wParam) { case VK_RIGHT: MessageBox("Yahoo"); return TRUE; case '\'': MessageBox("Google"); return TRUE; } } return CDialog::PreTranslateMessage(pMsg); }
58
发表回复 回帖后跳转到最后一页
EEWorld Datasheet 技术支持
查看 »