I have a SDI application using MFC 9 (VS 2008). What I have to do is to put a set of dockable panes on my main frame in the way that these panes will occupy the full space of main frame (including resizing and divider movement).
What is the right way to implement it?