IELnk Sample Control

The IELnk sample is an ATL-based control which illustrates usage of the following Simple Hyperlink Navigation API: In addition the sample illustrates creating a URL moniker and supporting the IObjectSafety interface to make the control safe for initialization and safe for scripting. The methods in the control which make use of the Simple Hyperlink Navigation API are located in the IELnkCtl.cpp sample file.

Building the Sample

The IELnk sample includes a Visual C++ version 5.0 workspace file, IELnk.dsw, which can be used to build the control from within the Visual C++ development environment.

There is also a makefile included which can be used to build the sample from the command line using nmake. Please refer to the comments at the beginning of the makefile for information on how to build different targets.

Running the Sample

The sample includes two HTML pages which contain the IELnk control and allow it to be manipulated via VBScript and LiveScript.

Click here to go to the VBScript sample page.

Click here to go to the LiveScript sample page.