热度 22
2011-12-31 10:46
1882 次阅读|
0 个评论
FormView 视图 无法响应Ctrl+C等键盘消息解决办法 仅4行代码 困扰了我好久的问题终于解决了,兴奋 BOOL CShowCardInfoView::PreTranslateMessage(MSG* pMsg) { // TODO: Add your specialized code here and/or call the base class if( IsDialogMessage( pMsg ) ) return TRUE; else return CWnd::PreTranslateMessage( pMsg ); }