G
gene kelley
I'm using the VB2005 WebBrowser control.
On occasion, a page that is navigated to contains script errors.
These errors keep displaying a message box asking if I want to debug.
If I manage to complete the document load, these errors keep
reoccurring as the mouse passes over a menu on the site, for example.
In IE, the option, "Disable Script Debugging", seems to be the cure
for the issue in IE.
Is there something in VB2005 equivalent to "Disable Script Debugging"
with regards to the WebBrowser control?
SuppressScriptDebugging property is not the answer.
Thanks,
Gene
On occasion, a page that is navigated to contains script errors.
These errors keep displaying a message box asking if I want to debug.
If I manage to complete the document load, these errors keep
reoccurring as the mouse passes over a menu on the site, for example.
In IE, the option, "Disable Script Debugging", seems to be the cure
for the issue in IE.
Is there something in VB2005 equivalent to "Disable Script Debugging"
with regards to the WebBrowser control?
SuppressScriptDebugging property is not the answer.
Thanks,
Gene