LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

My html help file is not being displayed.

I am using the function, "ShowHtmlHelp (HelpFilePathname, HH_DISPLAY_TOPIC, NULL);".  HelpFilePathname contains the path to my help file, called TLL-Help.chm.  If I click on the chm file directly, the help file opens with no problems.  But from within my code, it doesn't open, and I don't get any errors. 
0 Kudos
Message 1 of 2
(3,020 Views)
did you check the return value of the function ?
(e.g. Status = ShowHtmlHelp (HelpFilePathname, HH_DISPLAY_TOPIC, NULL); )

or, maybe, the help components server is not installed ?
see function help:

...
This function requires that the HTML Help components server, specifically hhctrl.ocx, is present on your system.
--
Once the game is over, the king and the pawn go back into the same box.
0 Kudos
Message 2 of 2
(3,003 Views)