View Single Post
 
Old 11-06-2014, 12:13 AM
meenagrace meenagrace is offline Windows 8 Office 2010 64bit
Novice
 
Join Date: Nov 2014
Posts: 2
meenagrace is on a distinguished road
Default How to dismiss/avoid warning/alert dialog boxes in Microsoft.Office.Interop.Word.Document

When I try to compare documents using Microsoft.Office.Interop.WordApplication.CompareDo cuments in C# , warning dialog box is displayed. how to close/avoid that dialog box programmatically.

I have set IgnoreAllComparisonWarnings as true and Destination as wdCompareDestinationNew in WordApplication.CompareDocuments method. Warning dialog shown on newly created comparison result document.
Reply With Quote