本文介绍了嵌入一个Internet Explorer控制 - C ++ WinAPI的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我怎么可以嵌入一个Internet Explorer控制到使用C ++ / WinAPI的应用?
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:
IWebBrowser2:如何强制链接在新窗口中打开?
的
的
从我记得那是最有用的实现IHTMLDocument接口,而不是完整的网页浏览器。
From what I remember it was most useful to implement the IHTMLDocument interface instead of the full web browser.
祝你好运!
这篇关于嵌入一个Internet Explorer控制 - C ++ WinAPI的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!