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
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