nikenike Posted December 11, 2006 Report Share Posted December 11, 2006 I want to automate the running of Windwos help workshop, which is used for compile chm files. Need help! Thaks! :headbang: Quote Link to comment
LAVA 1.0 Content Posted December 11, 2006 Report Share Posted December 11, 2006 I want to automate the running of Windwos help workshop, which is used for compile chm files. The project files are human readable, so you can easily generate these files with LabVIEW. Then you can call hhc compiler to compile your project file. Just give the project file name as an argument to hhc. Be sure you have added Hh.exe and Hha.dll to your path variable statement. You may want to take a look at Wikipedia article on HTML help: http://en.wikipedia.org/wiki/Microsoft_Compressed_HTML_Help CHM file info (not project file but compiled help file): http://www.speakeasy.org/~russotto/chm/ Quote Link to comment
crelf Posted December 11, 2006 Report Share Posted December 11, 2006 I want to automate the running of Windwos help workshop, which is used for compile chm files. What is it that you need help with? What are you trying to do? Our VISTA Documentation Toolkit automatically generates chm files - it's not difficult, but if you give me some more details (and maybe an example of what you've already tried) I might be able to help. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.