You can create another splitters in first splitter right pane and and put your windows here - vertical or horizontal or some other layout you like
M
MarkDoubson
@MarkDoubson
Posts
-
Multiple Windows inside single Splitter Window -
Write character in SDIin OnInitialUpdate function call smth like this: GetEditCtrl().SetWindowText("You text is going here");
-
how to update StatusBar?Use ((CFrameWnd*) AfxGetMainWnd())->SetMessageText("...");