Index

HTML Help ActiveX

Index command

Purpose

Creates a graphical index that displays a specified index (.hhk) file.

This command can be used with either a compiled help (.chm) file or uncompiled HTML files.

Syntax


<PARAM name="Command" value="Index">

<PARAM name="Item1" value=".hhk file path">


Property Description
Command Calls the Index command.
Item1 Specifies the index (.hhk) file path.

Example


<OBJECT

id=MyControl
type="application/x-oleobject"
classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"
codebase="HHCTRL.ocx#Version=4,72,8252,0"
width=100%
height=100%
>
<PARAM name="Command" value="Index">
<PARAM name="Item1" value="c:\Index Files\MyIndex.hhk">
</OBJECT>


link to overview topic About commands