Docking Window. Two docking nodes in CFrameWnd.
I'm using MFC during couple years, and now I met with a big problem. I need
to make a docking by no normal way: top and bottom docking nodes must lay
between left and right, but a dockable toolbar has lay in a straight line
(see pic):
|---|
|.TOOLBAR.|
|---|
|.|.TOP.|.|
|.|--|.|
|L|....|R|
|.|--|.|
|.|BOTTO|.|
|---|
TOOLBAR, TOP, L, R, BOTTOM are dockable windows.
There is any way to make I'd like by standard classes of MFC?
I'll be pleased for any idia.
Thanks...
Best regards,
Yuri.

