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

Tingya

New member
Joined
May 20, 2014
Messages
1
Programming Experience
5-10
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. However, my clients have upgraded some of their workstation to IE10 and IE 11 and the script error popup again.


Lots of advice to use IOLECommandTarget and I have tested out using "http://support.microsoft.com/kb/311288" but I really have no idea how to use the EXEC method to suppress the script error in VB. Can someone help?
 
Back
Top