Quoting Moises Lopez <[EMAIL PROTECTED]>:
> Hi there ppl
>
> does anyone know how can i integrate a complied html
> help file into a project, just like the old *.hlp
> files used to do??
I wrote how to do this at
http://www.geocities.com/pjrdunford/delphi/htmlhelp/
You can link there to download a free unit which you add to the Uses clause in
your main form.
If you are using an ActionList, do not use the HelpContents standard action
because it will try to open the file as a WinHelp file. Create a new action and
in the Execute method, put this line:
Application.HelpCommand(HELP_FINDER,0)
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"