This method of the IWebBrowser2 interface sets a value indicating whether any dialog boxes can be shown.
public void setSilent(boolean Silent);
Silent | Determines whether the WebBrowser can show any message or dialog boxes. If TRUE, dialog boxes will not be displayed; if FALSE, dialog boxes will be displayed. The default value is FALSE. Critical errors and security alerts are not suppressed. |