>I have a prgram with a webBrowser control. The user can click on a
> Linked Reference and the webBrowser control shows that site.
[quoted text clipped - 13 lines]
> TIA,
> Dom
On May 13, 4:07 pm, "Peter Bromberg [C# MVP]"
<pbromb...@nospammin.yahoo.com> wrote:
> There are settings in IE to "disable script debugging" which suppresses
> these dialogs. Since the WebBrowser control wraps IE, you would probably
[quoted text clipped - 20 lines]
>
> - Show quoted text -
Your reply made me think that maybe I should be looking for a property
and not an event. Then I found a property called
"ScriptErrorsSurpressed", and that seems to have done the trick.
Dom
Peter Bromberg [C# MVP] - 14 May 2008 03:10 GMT
Excellent. Thanks for that discovery, in case I ever need it.
Peter
On May 13, 4:07 pm, "Peter Bromberg [C# MVP]"
<pbromb...@nospammin.yahoo.com> wrote:
> There are settings in IE to "disable script debugging" which suppresses
> these dialogs. Since the WebBrowser control wraps IE, you would probably
[quoted text clipped - 24 lines]
>
> - Show quoted text -
Your reply made me think that maybe I should be looking for a property
and not an event. Then I found a property called
"ScriptErrorsSurpressed", and that seems to have done the trick.
Dom