OpenHelp()
Syntax
OpenHelp(Filename$, Topic$)Description
Open and display a help window.
Parameters
Filename$ The name of either the .chm or .hlp file to be opened. Topic$ The internal name of the page to display, if the Topic$ parameter is not an empty string, the OpenHelp function will display the specified page.
Return value
None.
Example
OpenHelp("help.chm", "index.htm") OpenHelp("help.chm", "print.txt")
See Also
CloseHelp()
Supported OS
All