Programming an HTML Viewer Control

An HTML Viewer control provides a dialogthat can display HTML text and embedded images on an H/PC. The HTML Viewer control also provides the features required to implement the Microsoft® Pocket Internet Explorer internet browser and a Help engine.

You can also create other viewers based on an HTML Viewer control. If you determine that some of the data your application retrieves is of a type other than HTML, youcan invoke another type of viewer to display that data.

To use an HTML Viewer control, you must include the Htmlctrl.h header file in your application. Additionally, you must either link your application with the Htmlview.dll, or load the HTML Viewer DLL by calling the LoadLibrary function. When you call LoadLibrary, pass Htmlview.dll as the lpLibFileName parameter.