Switch SplitView
-
How can i switch my second view with another (in a spliter view).
-
How can i switch my second view with another (in a spliter view).
-
You can use the SplitterEx class included instead of the standard one, and in your FrameWnd just use m_wndSplitter.ReplaceView(0, 1, RUNTIME_CLASS(CNewView)).
Where I can find the SplitterEx class? ================== The original message was: You can use the SplitterEx class included instead of the standard one, and in your FrameWnd just use
m_wndSplitter.ReplaceView(0, 1, RUNTIME_CLASS(CNewView)). -
Where I can find the SplitterEx class? ================== The original message was: You can use the SplitterEx class included instead of the standard one, and in your FrameWnd just use
m_wndSplitter.ReplaceView(0, 1, RUNTIME_CLASS(CNewView)).The CSplitterEx class was included in my first reply, in an attachment you should be able to get from the forum. Regards, Pascal ================== The original message was: Where I can find the SplitterEx class?
==================
The original message was:You can use the SplitterEx class included instead of the standard one, and in your FrameWnd just use
m_wndSplitter.ReplaceView(0, 1, RUNTIME_CLASS(CNewView)).