script error

  1. T

    Question Webbrowser control suppress script error no longer working for IE10 and IE11

    I have a webbrowser control inside a VB.net windows application. Previously I was using "AddHandler CType(sender, WebBrowser).Document.Window.Error, AddressOf Window_Error" to suppress the script error. (Uncheck the IE disable script debugger). The above solution works on IE 9 and below...
Back
Top