ActiveDocumentHost
I'm currently trying to embed Word 2003 into a Windows Application that we are building. I experimented with VS 2005 Beta 1 and found an "ActiveDocumentHost" control that appeared to work for me. I just recently got VS 2005 Beta 2 and can't seem to find this control. Has it been removed? Will it be added back for the release of VS 2005?
If there is an alternative method I could use to embed Word, I'm open for suggestions. The C++ OLE/MFC style with COleClientItem etc. works for the most part but we are having some problems with SmartDocuments and WordML. One of the main reasons for this is the desire to "open" the word document without having to load it off of the disk. The now removed information I found on the ActiveDocumentHost control said that it would allow the document to be opened from a stream which could be populated in memory rather then from the disk.
Thanks,
Kyle

