In a NON doc/view MFC application with office-like ribbon, with one CView, how do I create a splitter window with 2 CView windows, like Total Commander does it for file panes?

In a NON doc/view MFC application with office-like ribbon, with one CView, how do
Share
You can create a
CSplitterWnd(MSDN) and then attach views oder other windows to it.