-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mark Empson
Sent: Sunday, 27 December 1998 14:31
To: Multiple recipients of list delphi
Subject: [DUG]: Help Contents

Hi every body.
 
I'm having some trouble to get the Help "contents" up from from Delphi 3.
I always get the first topic up. I can then click the contents button to get the contents menu up.
 
The call I am making is:
  Application.HelpCommand(HELP_CONTENTS,0);
The help file having been previously defined.
Any clues??
 
Here are the notes from the Win32API help file
 
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.
 
For a list of all these functions look up WinHelp in the Win32 help file.
 
I used      Application.HelpCommand(HELP_FINDER,0) in an application I did.
 

============================================
Views contained in this post are my personal opinions and unless otherwise stated not those of any organisation I am associated with.
--------------------------------------------------------------------------------------
Patrick Dunford, ChristChurch, NZ
http://www.geocities.com/CapeCanaveral/Cockpit/5705/
http://www.geocities.com/Heartland/Village/3405/
http://homepages.ihug.co.nz/~pdunford/

 

Reply via email to