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
披星戴月 閱讀(553)
評論(0) 編輯 收藏 引用 所屬分類:
Win32