增加WM_ACAD_KEEPFOCUS消息的响应函数

 

afx_msg LONG onAcadKeepFocus( UINT, LONG );

BEGIN_MESSAGE_MAP(CPlotSingleDlg, CAcUiDialog)
 ON_MESSAGE( WM_ACAD_KEEPFOCUS, onAcadKeepFocus )
END_MESSAGE_MAP()

LONG CPlotSingleDlg::onAcadKeepFocus( UINT, LONG )

{
 return TRUE;
}

posted on 2020-08-14 17:55  闻缺陷则喜何志丹  阅读(7)  评论(0编辑  收藏  举报  来源