N NbBoy Unregistered / Unconfirmed GUEST, unregistred user! 2007-06-08 #3 HtmlHelp有一个API可调用类似于WinHelp()
L lcj Unregistered / Unconfirmed GUEST, unregistred user! 2007-06-09 #5 可以直接调用,只要在工程文件的USES列表中加上HTMLHelpViewer即可!
L l1_jun Unregistered / Unconfirmed GUEST, unregistred user! 2007-06-14 #7 早就支持CHM调用了。 加入如下声明: function HtmlHelpA(hwndCaller: THandle; pazFile: string; uCommand, dwData: DWord): DWord; stdcall external 'hhctrl.ocx'; 然后通过此函数调用CHM文件: HtmlHelpA(Application.Handle, sHelpFile, HH_DISPLAY_TOPIC, 0);
早就支持CHM调用了。 加入如下声明: function HtmlHelpA(hwndCaller: THandle; pazFile: string; uCommand, dwData: DWord): DWord; stdcall external 'hhctrl.ocx'; 然后通过此函数调用CHM文件: HtmlHelpA(Application.Handle, sHelpFile, HH_DISPLAY_TOPIC, 0);