The Wayback Machine - https://web.archive.org/web/20111102125303/http://www.codeguru.com/cpp/i-n/ieprogram/

    IE Programming

    TIP: IE URL History Tool (Yet Another)

    Discover a command line tool and tutorial to manage Internet Explorer's history. It is solely based on the CUrlHistory object.

    Tip: Accessing the IHTMLDocument Interface of an HTML Frame Within Internet Explorer

    Learn how to access the IHTMLDocument interface for any iframe contained within the IE webbrowser control.

    Offline Capable (Internet Explorer) AJAX Client (not yet reviewed)

    Learn what makes a successful AJAX client, and how many AJAX applications lose sight of the enormous benefit of supporting offline mode operation.

    Web Site Blocker that Uses Browser Helper Objects (BHO)

    Learn how a BHO (Browser Helper Object) could be used to block a particular Web site.

    Browsing XML/XSLT with HTA/Scripting Runtime

    Learn about a simplistic example of using a Scripting Runtime Library.

    Keyboard Spy: Implementation and Counter Measures

    Learn to develop hook-based key loggers and hook-safe software.

    Monitoring Changes in IE Settings

    Learn about a way to know exactly when IE settings have changed.

    Invoke Hidden Commands in Your Web Browser

    Demonstrate an innovative way to invoke hidden commands to show modal dialogs such as the "Add To Favorite" dialog or "Import/Export Wizard" dialog in your Web browser-based application.

    HTML Editor for VC++ 6.0

    Learn about an HTML edit control for VC++ 6.0 that is equivalent to the MFC7 CHtmlEditCtrlBase class.

    How to Connect to IExplorer in Citrix Environments

    Connect to a running instance of Internet Explorer launched by Citrix in seamless mode.

    Voice Chat Using Client/Server Architecture

    Check out this application that allows any users on a LAN or the Internet to communicate through voice.

    Voice Conferencing Using a Multicasting Technique

    Review the code for Voice Conference, an application that allows users on the LAN/Internet to discuss in groups through voice.

    Auto Testing Browser Control Applications

    Discover a way to programmatically interact with the HTML inside a hosted browser control, without changing the hosting application. (The DLLTest source file was updated.)

    Saving a Web Page Into A Single File

    See how to painlessly save a whole web page -- including pictures and text -- in to one file.

    Displaying Multiple Views in IE

    Dynamically create multiple views at run-time and open Web pages on the views created. The number of views created depends on the list of Web pages saved at the root of the Favorites in your Internet Explorer.

    Printing HTML Files Without Header/Footer Lines Using Microsoft Internet Explorer

    Sometimes you want to print HTML files from your Visual C++ program. This article shows how to do this without printing Internet Explorer's header or footer lines. (The source code was updated and a minor typo was corrected.)

    Peeking into Password Edit '& Internet Explorer - Super Password Spy++

    If you need a tool to peek into not only the password edit boxes on different programs, but also the **** password input field on a homepage residing inside an Internet Explorer, here it is --- SuperPasswordSpy++.

    Display a Web Page in a Plain C Win32 Application

    How to display a Web page in your own window, using only plain C (no MFC, .NET, WTL, or even C++). Also demonstrates interacting with OLE/COM objects, and creating COM objects in plain C.

    HTML -- The MFC-Way...

    To demonstrate using skins, here is a small program named "Personal Knowledge Base." It collects files, stored compressed in the database.

    JavaScript Calls from C++

    While HTML support in a C++ browser control is relatively easy, JavaScript support isn't as obvious. Learn to use JavaScript in a C++ application that contains a browser control.

    Getting the History from Internet Explorer

    Programmatically access the history information from Internet Explorer.

    How to Modify/Remove Right-Click Menu in IE WebBrowser Control

    Check out this easy solution for hiding/replacing the right-click menu on a Web browser window using C++.

    Lightweight HTML Parsing Using MSHTML

    How you can use MSHTML to parse HTML and then access elements via the DOM.

    Creating Band Object Using ATL HTML Control ++

    There have been quite a few articles about Band Object already, Chuck provides a more complete picture of bands in this article.