gpt4 book ai didi

vb.net - vb.net 中的 Google Chrome 框架

转载 作者:行者123 更新时间:2023-12-04 05:12:03 25 4
gpt4 key购买 nike

我需要在应用程序中加载一个网站,而该网站仅适用于 Google Chrome

安装 Google Chrome Frame 后,我看到我有一个新的引用:ChromeTabLib
我正在尝试使用它,但我不知道如何使用。

有人知道如何在 Visual Basic.net 中使用带有 Google Chrome Frame 的浏览器控件吗?

更新:我尝试使用 Webkit,但该网站不适用于 Webkit。大声笑

UPDATE2:我添加了 ChromeFrame COM 工具,当我放下表单时,我得到:
This message

最佳答案

您可能需要改用 WebKit。 WebKit 驱动 Chrome。有一些开源选项。

这个看起来很有前途:WebKit.NET .它有相当活跃的forums .

WebKit .NET is a control library wrapper for WebKit written in C#. The aim is to make it easy for users to incorporate WebKit into their .NET applications.



这是一个很有前途的 tutorial .从教程:

To use the control in the designer, right click the toolbox and select Choose Items -> .NET Framework Components. Click 'Browse...', navigate to the WebKit .NET directory and select WebKitBrowser.dll. The WebKitBrowser control should appear in the list as below



您可以使用控件的导航功能加载页面:
private sub button1_Click(byref sender as object, byval e as EventArgs)
webKitBrowser1.Navigate(textBox1.Text)
end sub

相关问题 : Google chrome control for .net

关于vb.net - vb.net 中的 Google Chrome 框架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14803833/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com