Click to See Complete Forum and Search --> : Help files


July 27th, 1999, 01:25 PM
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.

Paul Belikian
July 27th, 1999, 01:42 PM
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