function boolean HTML Help( ulong hwnd, string pszFile, uint uCommand, ulong dwData ) library
"Hhctrl.ocx" alias for HTML Help A function boolean HTML Help( ulong hwnd, string pszFile, uint uCommand, string dwData ) library
"Hhctrl.ocx" alias for HtmlHelpA
HTML Help( handle(parent), "PBHTMLHelp.chm", HH_DISPLAY_TOPIC, "Welcome.htm" )
The above script calls the HTML Help file PBHTMLHelp.chm and displays the topic file
Welcome.htm
HTML Help( handle(parent), "PBHTMLHelp.chm", HH_DISPLAY_TOPIC, 1 )
The above script calls the HTML Help file PBHTMLHelp.chm and display the topic whose map number is 1.