摘要:
IDocHostUIHandlerDispatch 阅读全文
posted @ 2009-08-31 14:12
Fan Zhang
阅读(381)
评论(1)
推荐(0)
摘要:
IEXPLORE.exe是应用程序,它可以host SHDOCVW.dll,即WebBrowser Control,它是一个ActiveX Control。 WebBrowser Control有可以host mshtml.dll,它是一个ActiveX文档。 Shdocvw.dll提供导航、历史记录等操作。 Mshtml.dll负责解析html,渲染(render)html操作等。 阅读全文
posted @ 2009-08-31 12:59
Fan Zhang
阅读(285)
评论(0)
推荐(0)
摘要:
MSHTML是ActiveX文档,它可以host ActiveX控件。 为了显示html页面,推荐host WebBrowser Control。 To replace the menus, toolbars, and other UI for MSHTML, the host should implement the IDocHostUIHandler interface. MSHTML o... 阅读全文
posted @ 2009-08-31 00:15
Fan Zhang
阅读(312)
评论(0)
推荐(0)