HH Version

HTML Help ActiveX

HH Version command

Purpose

Displays the version number of the HTML Help ActiveX control (Hhctrl.ocx) in a dialog box.

This command helps users to determine whether they are using the most current version of HTML Help.

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

Syntax


<PARAM  name="Command" value="HH Version">

[<PARAM name="Button" value="[Text: Button text|Bitmap: Bitmap file path|Icon:Icon file path]">]
[<PARAM name="Font" value="Facename[, point size[, charset[, color[, PLAIN BOLD ITALIC UNDERLINE]]]]">]
[<PARAM name="Text" value="Text: Link text">]


Property Description
Button Specifies the button style. Optional.
Command Calls the HH Version command.
Font Specifies the font attributes. Optional.
Text Specifies the link text. Optional.

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="HH Version">
<PARAM name="Button" value="Text:Click for version number">
</OBJECT>

Sample HH Version command

Click here to see the version number of the HTML Help ActiveX control used in this topic.

Comments

  • The Button parameter is omitted when this command is invoked by a script.

link to overview topic About commands