Hi,
I have a .hlp file, and I want to simply add it to my application ( SDI ), Is there a function like ShowHelpFile("helpFile.hlp"); ??
If not, how can I show it in my application ?
Thanks in advance.
Printable View
Hi,
I have a .hlp file, and I want to simply add it to my application ( SDI ), Is there a function like ShowHelpFile("helpFile.hlp"); ??
If not, how can I show it in my application ?
Thanks in advance.
Hi,
This Should 'Help'
BOOL WinHelp( GetSafeHwnd(), _T("helpFile.hlp") ,HELP_CONTENTS, 0);
Check the online documentation because there are a lot of options and ways to use this function.
Regards,
Paul Belikian