Re: Creating embeddable MDI app
From: anon (someone_at_microsoft.com)
Date: 10/28/04
- Next message: Back 9: "How do I pronouce "DCOM"?"
- Previous message: Micobo: "stl string freeing issue"
- In reply to: TroLoo: "Creating embeddable MDI app"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 28 Oct 2004 10:16:53 -0700
in addition to reading Inside OLE and the Active docs specs, another thing
you could do is to fire up the MFC application wizard... and generate an MDI
active document 'full server' ... and take a look at how all that code
works - then try embedding the new object in MS Word etc... i've done this a
number of times and it is very useful as a reference implementation... and
only takes 2 minutes...
"TroLoo" <troloo@zamoyski.edu.pl.REMOVE.IT> wrote in message
news:ela2YlCvEHA.2196@TK2MSFTNGP14.phx.gbl...
> Hello, I need some advice from you. I need to create application, which
> would be in my case standard MDI application, that could be embedded
> inside another application.
>
> Maybe I'll explain on some example:
> I have a simple SDI window with its menu and toolbar (container), and I
> load another application which takes over main window of my main app
> (changing menu and toolbars). It should look moreless the same as embedded
> Word inside Win32/MFC application. After I finish working with my 'inside'
> application I close it and everything goes back in my main window
> (restoring menu and toolbar).
>
> I was looking for some sample projects but as far as I could find out, OLE
> (I think it's what I need) is not very well documented :( I have a book
> "Inside OLE 2", maybe it's good for beginners wanting to write their first
> COM object, but it's not really easy for me to read how to create such
> thing...
>
> If you have *anything* that could help me, please write! I'm stuck with
> this for 3 days now :(
>
>
> Regards,
>
> Karol
- Next message: Back 9: "How do I pronouce "DCOM"?"
- Previous message: Micobo: "stl string freeing issue"
- In reply to: TroLoo: "Creating embeddable MDI app"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|