Link to home
Start Free TrialLog in
Avatar of lsassano
lsassano

asked on

Disable Security Alert popup in Winforms embedded webbrowser.

I have an MS Winforms application with a winform using the embedded WebControl.   It is running in .NET 4.0.  I would like to suppress all popups. Security Alerts, Javascript errors, etc...

Tried     webBrowser1.ScriptErrorsSuppressed = true;  but no luck
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial