one more that gets the job done..
{
UseHTMLHelp Delphi unit
This unit has been written by Jan Goyvaerts
<http://www.jgsoft.com>
It has been placed into the public domain.
Add this unit to the uses clause of any unit in your
application,
and any help requests will automatically be
translated into the
proper HTML Help calls.
You will need to specify the .chm file that contains
your HTML Help
in the help file setting in Delphi's project
options.
Otherwise, nothing will happen when the user presses
F1.
The unit does its work by assigning its own event
handler to the
Application.OnHelp event. This means you must take
care not to
assign your own handler to Application.OnHelp, as
this will
defeat the purpose of this unit.
Also, this simple unit will ignore any form's
HelpFile property.
This property is new in Delphi 4
}
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
---------------------------------------------------------------------------
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"