在Win32中集成Webrowser [英] integrating webrowser in win32

查看:99
本文介绍了在Win32中集成Webrowser的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将iframe集成到win32应用程序(纯c ++)中,该应用程序将显示位于本地驱动器上的简单网页

目前我正在使用这种方法
如何在C ++项目中集成C#窗口 [ ^ ]

我想知道是否可以使用vc ++

i want to integrate an iframe in win32 application(plain c++) which will display an simple web page located on local drive

currently i am using this method
How to Integrate C# Window in C++ Project[^]

i want to know if is there any component i can use more efficiently with vc++

推荐答案

更有效地使用任何组件.请参阅我对问题的评论.
您始终可以使用Microsoft WebBrowser控件.请从这里开始:
http://msdn.microsoft.com/en-us/library/aa752040% 28v = vs.85%29 [ ^ ].

替代方案包括Mozilla ActiveX控件,请参见:
http://www.adamlock.com/mozilla/control.htm [ http://en.wikipedia.org/wiki/WebKit [ http://www.webkit.org/ [ ^ ].

您可以在Windows上使用它,这要归功于GTK ++和QT的端口,这两个端口均可在Windows上使用:

http://en.wikipedia.org/wiki/GTK%2B [ http://www.gtk.org/ [ ^ ];

http://en.wikipedia.org/wiki/Qt_%28framework%29 [ ^ ],
http://qt-project.org/ [ ^ ].

—SA
Please see my comment to the question.
You can always use Microsoft WebBrowser control. Please start here:
http://msdn.microsoft.com/en-us/library/aa752040%28v=vs.85%29[^].

Alternatives include Mozilla ActiveX control, please see:
http://www.adamlock.com/mozilla/control.htm[^].

Another alternative is WebKit, the Open-Source layout engine of Apple Safari and Google Chrome:
http://en.wikipedia.org/wiki/WebKit[^],
http://www.webkit.org/[^].

You can use it on Windows, thanks to the ports to GTK++ and QT, both available for Windows:

http://en.wikipedia.org/wiki/GTK%2B[^],
http://www.gtk.org/[^];

http://en.wikipedia.org/wiki/Qt_%28framework%29[^],
http://qt-project.org/[^].

—SA


这篇关于在Win32中集成Webrowser的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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