CSplitterWnd & CTabCtrl
I am trying to use a CPlitterWnd in my SDI program so it will have on one side a CView derieved class and on the other side (the left side) a CTabCtrl (or CProperySheet), the program should look similar to MSDN.
But when I tried to insert to CTabCtrl (which used to be a tree control) and ran the program, i got a message (tracing back deep into MFC) saying: "Cannot create empty document".
I have tried every trick I know and still havent found a way to insert a CTabCtrl to a splitter window.
If you have any idea how to do it please tell me becasue I am really helpless...

