F
Frenchy
Hi all,
I'm still developing an add-in for Word2003 using VS2003 extensibility
project (C#).
Here's what I'd like to do; I need to write something in the custom
properties of a Word document if the user saved It.
So I used the event DocumentBeforeSave, It works perfect when the user saves
the document.
But if the user clicks on "save as" then cancel, the treatment is done
(because it's beforesave and not after). I'd like to know if there's a way to
know if the user really saved the document?
Thanks
I'm still developing an add-in for Word2003 using VS2003 extensibility
project (C#).
Here's what I'd like to do; I need to write something in the custom
properties of a Word document if the user saved It.
So I used the event DocumentBeforeSave, It works perfect when the user saves
the document.
But if the user clicks on "save as" then cancel, the treatment is done
(because it's beforesave and not after). I'd like to know if there's a way to
know if the user really saved the document?
Thanks