Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Launching help from Delphi 2005

Status
Not open for further replies.

JDSmith14

Programmer
Nov 11, 2005
11
ZA
Hi

I am trying to launch a custom help file from withing delphi with the following command:

Application.HelpFile := 'c:\temp\myhelp.hlp';
Application.HelpCommand(HELP_FINDER, 0);


Nothing seems to happen.

This code used to work in Delphi 6, but not in 2005.

Any suggestions would be apprciated.
Thanks
Johan Smith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top