摘要: class CRecycleFile : private SHFILEOPSTRUCT { public: CRecycleFile() { memset((SHFILEOPSTRUCT*)this,0,sizeof(SHFILEOPSTRUCT)); fFlags |= FOF_SILENT; ... 阅读全文
posted @ 2007-01-11 22:33 wangjs 阅读(464) 评论(0) 推荐(0) 编辑
摘要: BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs){ if (!CFrameWndBase::PreCreateWindow(cs)) return FALSE; cs.dwExStyle &= ~WS_EX_CLIENTEDGE; return TRUE;}BOOL CMainView::PreCreateWindow(CREATESTRU... 阅读全文
posted @ 2007-01-11 22:20 wangjs 阅读(169) 评论(0) 推荐(0) 编辑
摘要: BOOL CRoiDialog::ContinueModal(){ if(m_wndToolBar.IsWindowVisible()) { CWnd* pWndParent = m_wndToolBar.GetParent(); m_wndToolBar.OnUpdateCmdUI((CFrameWnd*)this, TRUE); } return CDialog::ContinueMod... 阅读全文
posted @ 2007-01-11 22:12 wangjs 阅读(187) 评论(0) 推荐(0) 编辑