BOOL CXEdit::PreTranslateMessage(MSG* pMsg) { // TODO: Add your specialized code here and/or call the base class if( pMsg->message == WM_CHAR ) return ...
阅读全文
2006
07-05