积极答复者
IHTMLDocument2怎样获得网页控件?

问题
答案
-
http://msdn.microsoft.com/en-us/library/aa752047(VS.85).aspx
搜索接口名字就可以看到了……
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Nancy Shao 2010年6月18日 3:10
全部回复
-
IHtmlDocument2是一个接口而已,实现这个接口的对象可能是一个代理存根或者MSHTML,未必是ActiveX。
要加载和保存HTML的话,你可以尝试查询文档对象的IPersistFile或者IPersistStreamInit接口
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
http://msdn.microsoft.com/en-us/library/aa752047(VS.85).aspx
搜索接口名字就可以看到了……
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Nancy Shao 2010年6月18日 3:10