Delphi and Chm Help Files

From: Yehia Ahmed (yehiaeg_at_hotmail.com)
Date: 01/25/04


Date: Sun, 25 Jan 2004 17:38:51 +0200

hello,

i made a .chm file for my application,
i know that delphi doesn't support the chm help file type,
so i launched the help file using shellexecute:
 ShellExecute(
    Application.Handle,
    'open',
    'c:\test.chm',
    nil,
    nil,
    0);
Somehow, this didn't work either, any ideas?

Thanks In Advance
Yehia



Relevant Pages

  • Re: Delphi and Chm Help Files
    ... > i know that delphi doesn't support the chm help file type, ... there is an API function named HtmlHelp available (if HTML help ... But there are also Delphi add-ins ...
    (borland.public.delphi.language.objectpascal)
  • UNABLE TO OPEN .CHM HELP FILE
    ... I am unable to open my help file in Excel. ... This is a .chm help file that I ... built. ...
    (microsoft.public.excel.misc)
  • Re: HTML Help Files (.chm)
    ... lots of Question Marks etc like this: ... If i right click and View Source in Notepad the text is normal and ... When i double click the help file, hh.exe is listed in the Task ... the .chm help file are the ones you think they are: ...
    (microsoft.public.windowsxp.general)
  • ShowHelp doesnt always work
    ... I have a windows forms application. ... I've made a .chm help file and call that ... help file from my windows app using the HelpProvider component. ...
    (microsoft.public.dotnet.languages.csharp)