1. 首页
  2. 数据库
  3. Access
  4. VS2010 C++创建多视区窗口

VS2010 C++创建多视区窗口

上传者: 2020-09-28 03:01:16上传 RAR文件 50.7KB 热度 13次
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
用户评论