This seems very unfriendly windows application. Each MDI child window
contains a MDI client area which in turn can have multiple child windows.
Thats very unique. Certainly its possible to do with MFC. You have to reuse
lot of code which is in CMDIFrameWnd and use it in CMDIChildWnd derived
object.
It does not seem intutive and I would find some alternate architecture to
accomplish this.
--
Ajay Kalra [MVP - VC++]
Note: Please post all replies to newsgroup only.
Quote:
> what i want to do is this :
> I have a Main Frame that manage all Child window.
> The child window doens't contain toolbar, but use the MainFrame one when
it
> is the active window.
> Each child window can contains other child window inside it (that's way i
> said child MDI.). i ask how to do that?
> Thanks for interest,
> Rachid
> > What does this mean? MDIClient area manages its own child windows. Do
you
> > want another MDIClient area within it? Why?
> > --
> > Ajay Kalra [MVP - VC++]
> > Note: Please post all replies to newsgroup only.
> > > Hello,
> > > it's a bit of time i tried to create an MDI application that contains
> > other
> > > MDI application. I don't know how to start
> > > doing it using MFC..
> > > does any one did it before or know how to do it?
> > > any idea
> > > Thanks
> > > Rachid