I am converting some CToolbars to CMFCToolbars, my CMainFrame inherits from a CMDIFrameWnd class. However I can find no way to dock a CPane / CMFCToolbar to a CMDIFrameWnd, every tutorial or source I have seen uses a CMDIFrameWndEx as the CMainFrame class.
Can anyone confirm that CPane / CMFCToolbars can only be used on CMDIFrameWndEx frames? and if the CPane / CMFCToolbars can be used with CMDIFrameWnd then some code samples?