在c#webbrowser控件中使用chrome作为浏览器? [英] Using chrome as browser in c# webbrowser control ?

查看:2186
本文介绍了在c#webbrowser控件中使用chrome作为浏览器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


如何将谷歌浏览器设置为c#webbrowser中的浏览器显示?

我的代码是

Webbrowser1.navigate(new uri(www .yahoo.com));



请帮助:)

Hi How can i set google chrome as browser display inside c# webbrowser ??
My code is
Webbrowser1.navigate(new uri("www.yahoo.com"));

Please help :)

推荐答案

查看答案有人问(据我所知)同样的问题



在C#.net Forms应用程序中嵌入Chrome或firefox浏览器 [ ^ ]
check out the answers to someone who asked (as far as I can tell) the same question

Embed Chrome or firefox Browser in C# .net Forms application[^]


webBrowser1.Navigate(http://google.com);

webBrowser1.Navigate("http://google.com");
?


这篇关于在c#webbrowser控件中使用chrome作为浏览器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆