BOOL CRoiDialog::ContinueModal()
{
if(m_wndToolBar.IsWindowVisible())
{
CWnd* pWndParent = m_wndToolBar.GetParent();
m_wndToolBar.OnUpdateCmdUI((CFrameWnd*)this, TRUE);
}
return CDialog::ContinueModal();
}
posted on 2007-09-10 12:22
披星戴月 阅读(534)
评论(0) 编辑 收藏 引用 所属分类:
Win32