MSWord Compound files
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Dear All, I have a compound file (IStorage) structure. This file has a sub storage that will contain MSWord,Excel files. My question is how to edit/open the MSWord files directly from the compound file. I tried to use Document IPersistStorage interface. But I don't know how to pass/add it to Documents ( Collection ). So It seems that the document was loaded but never showed up. Does anybody have done this before ? Thank's