Answered by:
Compare Word Documents in windows application

Question
-
Hi,
I am using Microsoft.Office.Interop.Word.Document.Compare functionality in my application.After compare it pops up for saving the compared document result saying "Do you want to save changes to Compare Result 1". I need to restrict the pop up in my application. can any one help me in this.
Thanks
karthikSaturday, August 8, 2009 5:22 AM
Answers
-
Helllo,
If you don't want this prompt pops up, we could save the document(Document.Save())manually before close the Compare Result 1, or use Document.Close method to close it without save.
Thanks
We have published a VSTO FAQ recently, you can view them from the entry thread VSTO FAQ.
If you have any feedbacks or suggestions on this FAQ, please feel free to write us emails to colbertz@microsoft.com.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.Thursday, August 13, 2009 9:04 AM
All replies
-
Can you setting the DisplayAlerts property of the application to wdAlertsNone
Application.DisplayAlerts = wdAlertsNone
Cheers
Shasur
http://www.vbadud.blogspot.comSaturday, August 8, 2009 3:32 PM -
Hi,
I am still getting the popup after the Microsoft.Office.Interop.Word.Document.Compare()
Thanks
karthikMonday, August 10, 2009 8:36 AM -
Helllo,
If you don't want this prompt pops up, we could save the document(Document.Save())manually before close the Compare Result 1, or use Document.Close method to close it without save.
Thanks
We have published a VSTO FAQ recently, you can view them from the entry thread VSTO FAQ.
If you have any feedbacks or suggestions on this FAQ, please feel free to write us emails to colbertz@microsoft.com.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.Thursday, August 13, 2009 9:04 AM