Windows Internet Explorer's components can easily be reused thanks to its Component Object Model (COM)-based architecture. Two commonly used components are shdocvw.dll (the WebBrowser Control) and mshtml.dll (code-named "Trident").
In the majority of situations, it is better to directly host the WebBrowser rather than MSHTML. This is because the WebBrowser supports in-place navigation, history, and so on—in other words, it encapsulates the expanded capabilities of the browser. If you host MSHTML directly, you gain the use of an HTML and Cascading Style Sheets (CSS) parser and renderer, but you cannot take advantage of the browser's other capabilities.
This section includes documentation on programming and reusing the browser.
Topics
Hyperlinks
This section describes Microsoft ActiveX Hyperlinking and the interfaces involved in adding hyperlink navigation to your document or application.
MSHTML Editing
This section includes documentation on MSHTML Editing.
Print Templates
This section describes how you can customize the way in which the WebBrowser Control and Internet Explorer print and preview documents, using print templates.
Travel Log
This section describes Travel Log technology.
WebBrowser Control
This section contains reference information on WebBrowser Control.