--------------------------------------------------------------------------------
I'm just getting into Delphi 2009 from D6. I have help in my apps but that doesn't work. My current code is
TVar := True;
HH := Exe_Dir(TVar) + '\VBSHelp\VBSHelp.hlp';
Application.HelpFile := HH;
Application.HelpCommand(HELP_FINDER, 0);
This doesn't work in 2009. I have looked for what needs to be done but can't find anything. I need your "help", no pun intended. Thanks.
George