HTMLHELP
Syntax
HTMLHELP <path to .chm file> { , <topic filename> }
Description
This command provides links to HTML Help from a DialogScript program.
The <path to .chm file> is the full path of the HTML Help file. Tip: It should be specified using @PATH(%0) to avoid problems locating the file when the current directory is not the same as the program directory.
The optional <topic filename> specifies the name of one of the HTML pages within the help file. If omitted, the help file opens at the default start-up page.
The <topic filename> may be directed to a custom window defined in the help file, as in the example below.
OK
Unchanged.
Example
HTMLHELP @path(%0)testproj.chm, about.htm>Mainwin