Click to return to the Reusing Browser Technology home page    
MSHTML Overview    
Web Workshop  |  Reusing Browser Technology

MSHTML


This section describes the interfaces used to access the Dynamic HTML (DHTML) object model introduced in Microsoft® Internet Explorer 4.0, which is implemented by Mshtml.dll (MSHTML). These interfaces can be used by applications hosting MSHTML directly or indirectly (through the WebBrowser control), or by controls and COM objects hosted by MSHTML.

The DHTML object model interfaces give C and C++ programmers access to the HTML object model of Internet Explorer 4.0. Used in Microsoft® ActiveX® Controls and applications hosting IE4/MSHTML, these interfaces give direct access to the objects, properties, methods, collections, and events described in the object model. This gives C and C++ programmers the same level of control over DHTML as script programmers.

The following sections describe the programmatic access to the interfaces, and their member functions.

MSHTML OverviewDescribes the Dynamic HTML object model and how to access the interfaces.
MSHTML Reference Provides reference material for interfaces, methods, and constants.


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.