how could i get two dialog bars docked like this:
_____________
| | |
| | |
| |---|
|_|_________|
( ie. - i want the left dialogbar to occupy
all height available, bottom dialogbar just
use bottom MDICLIENT area not taken by left dialogbar )
/*
unless i don't call DockControlBar on bottom window
(but then it can't be resized anymore. )
i just always get it VC IDE way:
____________
| | |
| | |
|_|_________|
|___________|
*/
Thank you