我也做的是chm格式的,的确有此问题,密切关注!!!

解决方案 »

  1.   

    我用net_quite(net_quite)的方法: 
     
      首先声明:
      Function HtmlHelp(hwd : integer; pszFile : String;
        uCommand :Integer;dwData :LongInt):integer;
        stdcall;external 'HHCtrl.ocx' name 'HtmlHelpA';
    然后在每个控件的helpcontext属性中设置与chm对应的标号
    最后在onhelp事件中:
    function TIniFrm.FormHelp(Command: Word; Data: Integer;
      var CallHelp: Boolean): Boolean;
    begin
      if HtmlHelp(Self.handle,'Itkq.chm',$000F,Data) = 0 then
        ShowErrMsg('HelpError');
    end;
    但FormHelp事件怎么都不会触发,不知道怎么回事。
     
      

  2.   

    那里要这么麻烦,直接用键盘钩子,只要按下F1就调用Chm文件就可以了
      

  3.   

    [email protected]
    麻烦给我寄一个,谢了。
      

  4.   

    算了,告诉你下载地址,自己看看:http://go8.163.com/windstorm2000/delphi.htm