LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

adding .chm help files to a cvi application

Hi
 
I would like to know if anyone can tell me how do I add a .chm help file to a CVI application, so when someone click on the help menu the help document pops up.
 
Regards
Simon
0 Kudos
Message 1 of 3
(3,280 Views)
Hi Simon,

There is a function that can be called from CVI that will display a .chm file. The function is ShowHtmlHelp();. By specifying the .chm file you want to use, CVI will launch that file in a standard help window.

To use this with a help menu, you can simply create a callback for your help button or menu and then put ShowHtmlHelp() into the callback. Include the .chm file with any distributions and you should be sorted!

Hope this helps,
Tom

Applications Engineering, NI UK
Message 2 of 3
(3,257 Views)

Thanks Tom, yes it worked  Smiley Very Happy

Simon



Message Edited by snixon on 02-01-2008 11:23 AM
0 Kudos
Message 3 of 3
(3,235 Views)