I would like to open a Word application into a MDI application.

I do this :

Word.ApplicationClass WordApp = new Word.ApplicationClass();
WordApp.Visible = true;
WordApp.Activate();

How can I open the object WordApp into a MDI application?

Re: MDI and Word application by hirf-spam-me-here

hirf-spam-me-here
Tue Jun 22 12:13:44 CDT 2004

* "=?Utf-8?B?ZmFicmljZSBnYXZyYXk=?=" <fabrice gavray@discussions.microsoft.com> scripsit:
> I would like to open a Word application into a MDI application.
>
> I do this :
>
> Word.ApplicationClass WordApp = new Word.ApplicationClass();
> WordApp.Visible = true;
> WordApp.Activate();
>
> How can I open the object WordApp into a MDI application?

Do you want to parent the Word window in your own application -> forget
it.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>