谷歌浏览器可以嵌入吗?

发布于 2024-08-19 10:36:59 字数 190 浏览 6 评论 0原文

我问自己是否可以将 google chrome 浏览器引擎嵌入到自己的应用程序中。我使用的是 Delphi 2009。IDE 附带了一个 IE ActiveX 包装器组件。另外,还有一个 Firefox ActiveX 组件,但它基于非常旧的代码。

我想嵌入 chrome 引擎。有办法做到这一点吗?

提前致谢,

大卫

I've asked myself if one can embed the google chrome browser engine in an own application. I'm using Delphi 2009. There's an IE ActiveX wrapper component delivered with the IDE. Also, there's a Firefox ActiveX component out there, but it's based on very old code.

I'd like to embed the chrome engine. Is there a way to do this?

Thanks in advance,

David

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

北城孤痞 2024-08-26 10:36:59

Google Chrome 基本上是 WebKit 布局引擎 + 漂亮的 UI。并且可以嵌入 WebKit

还有 Chromium 嵌入式框架 (CEF)

最后,请查看 Awesomium

Google Chrome is basically WebKit layout engine + nice UI. And WebKit can be embedded.

There's also chromium embedded framework (CEF).

And finally, check out Awesomium.

╰ゝ天使的微笑 2024-08-26 10:36:59

更新2:
非常适合这种情况

新的 Electron Shell更新 :
正如评论者在此答案下指出的那样,这不再受支持。我想这是有充分理由的。

最近 Google 发布了适用于 MS IE 的 Chrome Frame active X
看看是否有帮助

http://code.google.com/chrome/chromeframe/

Update 2:
A very good fit for this would be the new Electron Shell

Update:
As a commenter points out under this answer, this is no longer supported. For good reasons I guess.

Recently Google released the Chrome Frame active X for MS IE
see if that helps

http://code.google.com/chrome/chromeframe/

千笙结 2024-08-26 10:36:59

我刚刚发布了 CefSharp 的 pre-alpha 版本,用于 Chromium 嵌入式框架.Net 绑定。

查看源代码或抓取垃圾箱并告诉我您的想法:https://github.com/chillitom/CefSharp

I've just release a pre-alpha version of CefSharp my .Net bindings for the Chromium Embedded Framework.

Check out source or grab bins and give me your thoughts: https://github.com/chillitom/CefSharp

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文