{
// TODO: Add your specialized code here and/or call the base class
if(leftsplitter.CreateStatic(this,2,1)==NULL)
return FALSE;
leftsplitter.CreateView(0,0,RUNTIME_CLASS(CLeft),CSize(100,100),pContext);
leftsplitter.CreateView(1,0,RUNTIME_CLASS(CRight),CSize(100,100),pContext);
return CFrameWnd::OnCreateClient(lpcs, pContext);
}
编译通过了,为什么看不出来分栏呢??求救!!