MDI and Word application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
* "=?Utf-8?B?ZmFicmljZSBnYXZyYXk=?= said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top