03-18-2011 02:18 PM
What is the best way to include documentation for user in an executable?
03-18-2011 02:31 PM
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
03-18-2011 02:49 PM
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?
03-18-2011 03:06 PM
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.
03-18-2011 03:21 PM
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.