Quote Originally Posted by VictorN View Post
To use splitters in each tab of tabbed UI you don't need anything non-standard.
Just use App Wizard to create a new MDI project with tabbed views. Then in child frame class you override OnCreateClient to add CSplitterWnd::CreateStatic and CSplitterWnd::CreateView calls...
Hi Victor,

I dont think thats quite what I want...

Yes that would give me a tab with a split view, but I want a childframe with two tabs, in each tab is two views with a splitter, these views in each tab are different.

When you create a new tab in the mdi its a single tab per new instance, I want 2 tabs per new instance. I want these tabs in the childframe, not the mainframe, hope i am making sense?