用下面的代码将一个视图分割成两个视图: BOOL CMainFrame::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext) { // TODO: Add your specialized code here and/or call the base class m_wndSplitter1.CreateStatic(this,1,2,WS_CHILD | WS_VISIBLE );
www.codeproject.com/KB/splitter 这里很多示例
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP