2008/02/29(Fri) 17:02:27 編集(投稿者)
> .NET Framework クラス ライブラリ
> WebBrowser.ScriptErrorsSuppressed プロパティ
> スクリプト エラーのダイアログを表示する場合は true。それ以外の場合は false。既定値は false です。
誤訳ぢゃね?
本家: http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.scripterrorssuppressed.aspx
Set this property to false to debug Web pages that
you display in the WebBrowser control.
This is useful when you use the control to add
Web-based controls and scripting code to your application.
It is less useful when you use the control as a generic browser.
When you have finished debugging your application,
set this property to true to suppress script errors.
^^^^
「script error をもみ消すには "true"」だそうですよ?