M
Michael Taube
Hello
I'm writing a COM based Word Add-in using VSTO 2005 SE. While the user is
interacting with my add-in, I would like to save custom information to the
currently active document file using the new System.IO.Packaging functions
(OpenXML). Conversely, I would like to read my own various packages from
within my add-in while the file is loaded.
However, Word seems to have the file opened in exclusive mode, so I can't
modify the file itself, nor can I open it just for reading. Does VSTO allow
me to access the underlying file so that it can remain compatible with the
new OpenXML API? If not, am I missing something obvious?
Thanks!
Mike
I'm writing a COM based Word Add-in using VSTO 2005 SE. While the user is
interacting with my add-in, I would like to save custom information to the
currently active document file using the new System.IO.Packaging functions
(OpenXML). Conversely, I would like to read my own various packages from
within my add-in while the file is loaded.
However, Word seems to have the file opened in exclusive mode, so I can't
modify the file itself, nor can I open it just for reading. Does VSTO allow
me to access the underlying file so that it can remain compatible with the
new OpenXML API? If not, am I missing something obvious?
Thanks!
Mike