VBIEFrm

The VBIEFrm sample illustrates hosting the Web Browser control in a Visual Basic Application.

PURPOSE

The VBIEFrm sample illustrates several capabilities that Internet Explorer 4.0 exposes. These include:
  • Hosting the Web Browser control in Visual Basic
  • Enumerating the links in a page. This includes an algorithm for recursively enumerating floating frames and framesets.
  • Setting up an event sink for HTMLDocument events.
  • Handling the state of Forward and Back buttons.

    FILES SUPPLIED

    The sample is a standard Visual Basic 5.0 project which includes a Visual Basic project file (.vbp), workspace (.vbw), form (.frm), and compiled executable for the project.