T
Tamir
Hi,
I wrote an addin for ms-word, in my addin I extract and change some of the
text in the document.
The problem is that I need to save, in a different file, information
regarding these changes that were applied.
I noticed that when multiple documents are opened the debugger goes to
OnBeginShutdown only ones i.e. when the last document is being closed. Thus,
I cant save my changes for each document at this stage. Moreover, when the
addin loads I need to load the some information for each document (the
information that yet I do not succeed to save).
What can I do, PLEAS say it is possible to do that.
Best regards.
I wrote an addin for ms-word, in my addin I extract and change some of the
text in the document.
The problem is that I need to save, in a different file, information
regarding these changes that were applied.
I noticed that when multiple documents are opened the debugger goes to
OnBeginShutdown only ones i.e. when the last document is being closed. Thus,
I cant save my changes for each document at this stage. Moreover, when the
addin loads I need to load the some information for each document (the
information that yet I do not succeed to save).
What can I do, PLEAS say it is possible to do that.
Best regards.