When I load some page to a WebBrowser
control for example www.google.iq it shows an error message
my code in load event
WebBrowser1.Navigate(New Uri("https://www.google.com"))
When I load some page to a WebBrowser
control for example www.google.iq it shows an error message
my code in load event
WebBrowser1.Navigate(New Uri("https://www.google.com"))
Please set the below property of WebBrowser
in your form to suppress the script errors of browser and others from the activex control
WebBrowser1.ScriptErrorsSuppressed = True