Hosting Microsoft Word in my program?

  • Thread starter Thread starter Pengyu Hong
  • Start date Start date
P

Pengyu Hong

Hi,

How to embed microsoft word in my program so that the
user can edit word files?

Thanks a lot,

Pengyu
 
Pengyu,

There is nothing to do this now. However, the next release of .NET is
slated to have an ActiveXDocumentHost control (I think it is named that),
where you could do this.

You could try and implement the interfaces needed to host this on your
own, but that's a major headache, something I wouldn't recommend.

Hope this helps.
 
Back
Top