VS2010 C++创建多视区窗口
BOOL CMainFrame::OnCreateClient( LPCREATESTRUCT /*lpcs*/, CCreateContext* pcc) { // create splitter window if (!m_wndSplitter.CreateStatic(this, 1, 2)) return FALSE; // Create left and right pane/views. // CSplitterWnd& sw = m_wndSplitter; if (!sw.CreateView(0,0,RUNTIME_CLASS(CLeftView), C
用户评论