J
Jonathan
Hi
I would like to silently work with a word doc file. i.e. - no messages
whatsoever will be displayed.
I open the doc using -
Word.ApplicationClass oWordApp = new Word.ApplicationClass();
Word.Document oWordDoc = oWordApp.Documents.Open(...);
I've set the isVisible argument to false.
Yet, sometime the users gets messages directly from word - like when I'm
trying to save a read-only file. I want my application to handle those events
without any interference by the user.
Is that possible?
thanks!
I would like to silently work with a word doc file. i.e. - no messages
whatsoever will be displayed.
I open the doc using -
Word.ApplicationClass oWordApp = new Word.ApplicationClass();
Word.Document oWordDoc = oWordApp.Documents.Open(...);
I've set the isVisible argument to false.
Yet, sometime the users gets messages directly from word - like when I'm
trying to save a read-only file. I want my application to handle those events
without any interference by the user.
Is that possible?
thanks!