16,550
社区成员
发帖
与我相关
我的任务
分享
BOOL Dlg::PreTranslateMessage()
{
if( GetFocus()->GetDlgCtrlID() == IDC_RICHEDIT )
{
if( pMsg->message == WM_KEYDOWN && pMsg->wParam==VK_RETURN )
{
...
}
}