Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/277.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Webbrowser控件中的C#internet explorer(internet选项)_C#_Webbrowser Control - Fatal编程技术网

Webbrowser控件中的C#internet explorer(internet选项)

Webbrowser控件中的C#internet explorer(internet选项),c#,webbrowser-control,C#,Webbrowser Control,互联网选项 在C语言中,网络浏览器控件中的夏普呼叫InternetOptions功能 或 任何用于Internet选项的DLL 因为WebBrowser-控件使用Internet Explorer,只需调用 Process.Start("InetCpl.Cpl"); 应该会成功的。非常感谢,成功了!!我改用这段代码,它工作在System.Diagnostics.Process.Start(“InetCpl.Cpl”);

互联网选项

在C语言中,网络浏览器控件中的夏普呼叫InternetOptions功能

任何用于Internet选项的DLL


    因为
    WebBrowser
    -控件使用Internet Explorer,只需调用

    Process.Start("InetCpl.Cpl");
    

    应该会成功的。

    非常感谢,成功了!!我改用这段代码,它工作在System.Diagnostics.Process.Start(“InetCpl.Cpl”);