Creating an HTML Control for Palm-size PC

The Hypertext Markup Language (HTML) viewer control provides a viewer with the means to display HTML text and embedded images. The Palm-size PC 1.2 software uses the HTML control in Mobile Channels to display content the user has downloaded from the Internet.

You can also create other viewers based on the HTML viewer control. An HTML source can include references to other sources, which might provide different types of data. If the application determines that some of the data it retrieves is of a type other than HTML, it can invoke another type of viewer to display that data.

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