MSHTML/DHTML API Overview (Windows CE 5.0)
The Microsoft® HTML parsing and rendering engine (MSHTML) is the main HTML component of the Microsoft Internet Explorer Web browser. It hosts Microsoft ActiveX® controls and supports the OLE Control 1996 (OC96) specification for windowless controls. You can also use the MSHTML/DHTML API to provide browser functionality to your own applications.
OS Design Information
The following table shows operating system design information for the MSHTML/DHTML API functionality.
Concept | Information |
---|---|
Dependencies | None. |
Hardware considerations | None. |
Modules and Components
The following table shows the modules that implement the Internet Explorer MSHTML/DHTML API functionality.
Item | Module | Component |
---|---|---|
Internet Explorer HTML/DHTML parsing and rendering engine | mshtml | None. |
Internet Explorer HTML Application | mshta | None. |
Image filtering | imgutil | None. |
PNG Image Decoder | pngfilt | None. |
Internet Explorer Theme Library | ietheme | None. |
Filters and Transitions | dxtrans | None. |
Implementation Considerations
The following table shows the Sysgen variables that control the Internet Explorer MSHTML/DHTML API functionality.
Sysgen Variables | Description |
---|---|
SYSGEN_MSHTML | Provides core browser functionality including display and layout, HTML editing forms, cookies, cache, cascading style sheets, Microsoft Active® Framework, DHTML, Java language applet support, HTML components (HTCs), and offline browsing. |
SYSGEN_MSHTML_HTMLAPP | Provides HTML application support. |
SYSGEN_IE_IMGUTIL | Provides plug-in image filtering support and API. |
SYSGEN_IE_PNGFILT | Internet Explorer PNG Image Decoder. |
SYSGEN_IE_XPTHEME | Enables Internet Explorer theme support for Internet Explorer controls. The XP user interface is used by default. For more information about this functionality, see Theme Support Reference. |
SYSGEN_IE_DXTRANS | Adds the Filter and Transition support to your OS design. This functionality enables you to apply visual effects to the objects in web pages and while navigating between pages. For more information about this functionality, see Adding Filters and Transitions. |
Note If you add the Internet Explorer Plug-in Image Decoder API Catalog item to your OS design, SYSGEN_IE_IMGUTIL and SYSGEN_IE_PNGFILT are automatically set. However, by default, these Sysgen variables are not automatically set if you choose Internet Explorer.
See Also
Internet Explorer MSHTML/DHTML API | Internet Explorer MSHTML/DHTML API Application Development
Send Feedback on this topic to the authors