CSplitterWnd & CTabCtrl

Hi Gurus!

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...
[623 byte] By [YOTOS] at [2007-11-17 22:37:05]
# 1 Re: CSplitterWnd & CTabCtrl
You could try to use VisualFx ( http://www.dev-archive.com/advancedui/VisualFx.shtml) by Zoran Todorovic. I use it.
Simon666 at 2007-11-10 8:41:26 >