LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

exe user documentation

What is the best way to include documentation for user in an executable?  

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 5
(2,721 Views)

Did you try a search? This has been brought up MANY times in the past.

 

Recent example: http://forums.ni.com/t5/LabVIEW/Software-documentation-diagramming-methods/m-p/1159635

0 Kudos
Message 2 of 5
(2,717 Views)

I checked out the discussion, but it doesn't address my question.  I did do a search, but I couldn't find good material.  Maybe I used the wrong keywords. What I meant is is there a way to insert a help file or some kind of instruction with an exe?

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 3 of 5
(2,713 Views)

Check out the 'Open URL in Default browser.vi' and the 'Control Online Help.vi' (You need to create a compiled help file [.chm] for that one).   They're in Dialog & User Interface > Help palette.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
Message 4 of 5
(2,707 Views)

A fairly standard way is to create a compiled HTML file and then open it up from a Help menu, or from a button. That's what I do. The compiled HTML file can be created with whatever tool you want. To open it I just use the Control Online Help function. Quite simple and effective.

Message 5 of 5
(2,697 Views)