This is a empty SDI
project
As you see, I need to put the "cdockpane" on the center view, but I don't have any idea how to do it.
This is a empty SDI
project
As you see, I need to put the "cdockpane" on the center view, but I don't have any idea how to do it.
You have the source code - look at it.
In MFC, the CFrameWndEx implements docking, not the CView class. In your example, you can pull FileView panel out of its container and dock it anywhere in the empty area in the center of your frame (I mean - a the top, bottom, left or right). If you have more dockable panels, you can keep building up taking all the space available for the view...
What exactly are you trying to do?