Wayne,
Lookup "WinHelp" in the Windows SDK - or on the MSDN site search.
else use the WinAPI call - as in Delphi's help file.
BOOL WinHelp(
HWND hWndMain, // handle of window requesting Help
LPCTSTR lpszHelp, // address of directory-path string
UINT uCommand, // type of Help
DWORD dwData // additional data
);
HELP_CONTENTS Displays the topic specified by the Contents option in the
[OPTIONS] section of the .HPJ file. This is for backward compatibility. New
applications should provide a .CNT file and use the HELP_FINDER command.
-----Original Message-----
From: Roser, Wayne [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 26 June 2001 9:28 a.m.
To: Multiple recipients of list delphi
Subject: [DUG]: Calling Help contents
I Use HelpJump inside my application to open help at a particular topic.
How can I call the Help Contents instead?
Wayne
---------------------------------------------------------------------------
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"
---------------------------------------------------------------------------
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"