Message 1 of 5
How to disable warnings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
In my add-in, I have to open a file.
if there are error messages, I can disable them using the OverrideResult method of the DialogBoxShowing handler I set in my code.
No problems with that.
However, I have some other warning dialogs popping up such as shown
Those don't go through the DialogBoxShowing handler so I can't discard them automatically.
Any idea?