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" )
上記のスクリプトは、HTML ヘルプファイル PBHTMLHelp.chm を呼出し、以下のトピックファイルを表示します。
Welcome.htm
HTML Help( handle(parent), "PBHTMLHelp.chm", HH_DISPLAY_TOPIC, 1 )
上記のスクリプトは、HTML ヘルプファイル PBHTMLHelp.chm を呼び出し、マップ番号が 1 のトピックを表示します。