本文介绍了嵌入 Internet Explorer 控件 - C++ WinAPI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何使用 C++/WinAPI 将 Internet Explorer 控件嵌入到我的应用程序中?
How can I embed an Internet Explorer control into my application using C++/WinAPI?
我发誓我已经搜索过了;我找不到关于此的任何文档.
I swear I have searched; I can't find any documentation on this.
推荐答案
我也一直在寻找这个,一些有用的链接:
I've been searching for this too, some useful links:
http://www.codeproject.com/Articles/1788/Loading-and-parsing-HTML-using-MSHTML-3rd-way
http://www.codeproject.com/Articles/3919/Using-the-WebBrowser-control-simplified
据我所知,实现 IHTMLDocument 界面而不是完整的网络浏览器最有用.
From what I remember it was most useful to implement the IHTMLDocument interface instead of the full web browser.
祝你好运!
这篇关于嵌入 Internet Explorer 控件 - C++ WinAPI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!