Re: CTabbedView Composition
I just found your post.
It is possible to create different views for each tab, representing frame/view/document.
The easiest way is to register 2 (or more) document template and in one create splitter.
Another way would be to create one document template and handle view(s) and splitter creation based on some flag.
I would suggest searching this forum for one document multiple views or view swapping to see how that can be done.
There are many samples around (including mine).