Web 浏览器控件中的 C# Internet Explorer(Internet 选项)
C# internet explorer (internet options) in Webbrowser Control
互联网选项
在 C Sharp 中调用 Webbrowser Control 中的 InternetOptions 函数
或
InternetOptions 的任何 DLL
由于 WebBrowser
-控件使用 Internet Explorer,只需调用
Process.Start("InetCpl.Cpl");
应该可以解决问题。
互联网选项
在 C Sharp 中调用 Webbrowser Control 中的 InternetOptions 函数
或
InternetOptions 的任何 DLL
由于 WebBrowser
-控件使用 Internet Explorer,只需调用
Process.Start("InetCpl.Cpl");
应该可以解决问题。