Silent Property
Sets or gets a value that indicates whether the object can display dialog boxes.
Syntax
object.Silent(bSilent) [ = bSilent ]
Possible Values
bSilent Boolean that specifies or receives one of the following values: falseDefault. Dialog boxes and messages can be displayed. Critical errors and security alerts are not suppressed.trueDialog boxes are not displayed.The property is read/write. The property has no default value.
Remarks
The WebBrowser object delegates this method to the top-level frame. If no frame exists, it returns E_FAIL.
Applies To
InternetExplorer, WebBrowser