MDI inside MDI.. 
Author Message
 MDI inside MDI..

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



Mon, 23 Feb 2004 01:39:31 GMT  
 MDI inside MDI..
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.


Quote:
> 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



Mon, 23 Feb 2004 02:02:50 GMT  
 MDI inside MDI..
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



Quote:
> 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



Mon, 23 Feb 2004 16:11:33 GMT  
 MDI inside MDI..
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



Mon, 23 Feb 2004 17:09:16 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. MDI inside MDI -

2. MDI inside an MDI window (preferably via MFC)

3. MDI inside an MDI window (preferably via MFC)

4. MDI inside an MDI window (preferably via MFC)

5. MDI inside an MDI window (preferably via MFC)

6. Dialog boxes inside MDI

7. MDI windows inside a splitter's pane

8. MDI Windows inside a Window

9. creating a dockable child inside a MDI window ??!!?!?

10. Opening a new document inside and MDI

11. Splitters inside of an MDI App?

12. DataView filter not working in MDI child forms with reference to MDI parent DataSet

 

 
Powered by phpBB® Forum Software