Status bar + dialog bar
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi together, I'm developing an MDI-Application which uses a status bar and a dialog bar. The status bar is at the bottom of the window, the dialog bar is docked to the left side of the window. My problem is, that the dialog bar goes down to the bottom of the window, i.e. the status bar does not span the whole width of the application window. Does anybody has an idea how I can make it the other way round, so that the dialog bar stops at the status bar? Thank you for your help, Marcus.