Docking ControlBars
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
I've got a DialogBar A docked at the top of the frame window. How can I do to dock another DialogBar B at the right side of DialogBar A. I tried
pFrame->DockControlBar(pDialogBarA, AFX_IDW_DOCKBAR_TOP|AFX_IDW_DOCKBAR_RIGHT)
but theAFX_IDW_DOCKBAR_xxx
only refer to the frame window -
I've got a DialogBar A docked at the top of the frame window. How can I do to dock another DialogBar B at the right side of DialogBar A. I tried
pFrame->DockControlBar(pDialogBarA, AFX_IDW_DOCKBAR_TOP|AFX_IDW_DOCKBAR_RIGHT)
but theAFX_IDW_DOCKBAR_xxx
only refer to the frame window