I am using office viewer activex control To host a Word Document.I am successfull
to the document But One Problem i am facing
1) i want to find whether the document has been modified or not for
external event like button click.
2) i want to supress the open dialog when i CTRL+Save When word
property is set to ReadOnly Recommended.
One Response to “How to Integrate Word in Windows Application – C#”
Leave a Reply
You must be logged in to post a comment.
October 17th, 2008 at 10:13 am
The first issue, you can view the solution at here:
How to verify whether the open document is modified
http://www.ocxt.com/archives/49
You can call the DisableSaveHotkey method to disalbe all the save shotcut key.