Reusing Browser Technology - Walkall

Description: This WALKALL sample demonstrates the use of MSHTML as a UI-less HTML parser.

ITPro Today

November 14, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Description: This WALKALL sample demonstrates the use of MSHTML as a UI-less HTML parser.

More Details
To successfully walk the HTML Scripting Object Model that the parser exposes after loading the specified document, the host application must wait until MSHTML has finished loading the document. To track MSHTML's READYSTATE, the host implements a simple COM object that exposes IPropertyNotifySink. The host application connects to MSHTML using the standard connection point interfaces.

Browser/Platform Compatibility
The Walkall sample is supported in Internet Explorer 4 and Internet Explorer 5, on Win32 platforms.

Usage
Note: To compile and build the Walkall sample, you will need the Internet Explorer 5.01 Headers and Libraries, as well as the Windows 2000 Headers and Libs from the Platform SDK, and include them in your development environment.

Complete Article

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like