首页 > 解决方案 > 如何在 Visual Basic 中将 chrome Web 浏览器控件添加到我的应用程序

问题描述

我想在我的应用程序中添加一个 google chrome 控件,因为 Internet Explorer 控件不是很好。它显示网页错误等。请帮忙

标签: vb.netvisual-studiobrowser

解决方案


if you want replace internet explorer with chrome in your winforms you must have to include third party tool (library). now a days there many some of that are  

    1] Selenium 
    2] CefSharp
    3] DotNet Browser
    4] OpenWebKitSharp

given list are only some browser . you could also google it out "winform replace webbrowser with chrome".

Thanks

推荐阅读