S
Stephen
I need to write an addin for MS Word (and maybe Excel and PowerPoint),
preferably using VS .NET 2003, which will tell me when the following events
have happened:
Document Open
Document Close
Document Save
Document SaveAs
Document Print
The Open event is no problem as I can use the DocumentOpenEventHandler, but
all other events are thrown 'before' the event is about to happen, and so
therefore could be Cancelled:
DocumentBeforeClose
DocumentBeforeSave
DocumentBeforePrint
Is there any (preferably simple) solution to this problem, using .NET or
otherwise?
Thanks
preferably using VS .NET 2003, which will tell me when the following events
have happened:
Document Open
Document Close
Document Save
Document SaveAs
Document Print
The Open event is no problem as I can use the DocumentOpenEventHandler, but
all other events are thrown 'before' the event is about to happen, and so
therefore could be Cancelled:
DocumentBeforeClose
DocumentBeforeSave
DocumentBeforePrint
Is there any (preferably simple) solution to this problem, using .NET or
otherwise?
Thanks