How do I remove those annoying messages showing that the page certificate is not valid or is it insecure from the System.Windows.Forms.WebBrowser
component? I tried several ways and I did not find an alternative ...
One of the alternatives was to set this property:
WebBrowser1.ScriptErrorsSuppressed = True
but it did not work, the other was downloading a component called "GeckoFX" (the Mozilla browser) but it does not have any support for HTML5 ...