CSplitterWnd with CWnd as a pane
-
MSDN says you can have a CView or a CWnd as a pane in CSplitterWnd. CView is sorted but how do I create using a CWnd? There seems no equivalent to the CSplitterWnd::CreateView for CWnds. cheers!! Adam. My world tour What I do now.. "I spent a lot of my money on booze, birds and fast cars. The rest I just squandered" George Best.
-
MSDN says you can have a CView or a CWnd as a pane in CSplitterWnd. CView is sorted but how do I create using a CWnd? There seems no equivalent to the CSplitterWnd::CreateView for CWnds. cheers!! Adam. My world tour What I do now.. "I spent a lot of my money on booze, birds and fast cars. The rest I just squandered" George Best.
See http://www.cherea.de/bitbucket/multisplitwnd/multisplitwnd.html[^] for a CSplitterWnd dereived class that a) demonstrates this and b) also has ann AddView(CWnd *) method. [edit] uh huh link corrected[/edit]
"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
sighist | Agile Programming | doxygen -
See http://www.cherea.de/bitbucket/multisplitwnd/multisplitwnd.html[^] for a CSplitterWnd dereived class that a) demonstrates this and b) also has ann AddView(CWnd *) method. [edit] uh huh link corrected[/edit]
"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
sighist | Agile Programming | doxygenThanks! :) My world tour What I do now.. "I spent a lot of my money on booze, birds and fast cars. The rest I just squandered" George Best.
-
Thanks! :) My world tour What I do now.. "I spent a lot of my money on booze, birds and fast cars. The rest I just squandered" George Best.
Did you find the correct article? Just noticed I gave you the wriong link initially... http://www.cherea.de/bitbucket/multisplitwnd/multisplitwnd.html
"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
sighist | Agile Programming | doxygen