Will anyone give me sugestions or point me to a document on how to write .hlp file?
Thank you,
ljCharlie
Printable View
Will anyone give me sugestions or point me to a document on how to write .hlp file?
Thank you,
ljCharlie
Well , the tool (HTML Help Workshop) is included with VS.NET .
Good link
http://www.mvps.org/htmlhelpcenter/h...tutorials.html
Some programs
http://www.ec-software.com/reshelp.htm
and don't forget the help files in HTML Help Workshop installed on your machine .
Thanks, Pirate! I have downloaded some free program to build the help file. It's pretty good for a free program.
Anyway, many thanks for those links.
ljCharlie
Now, I have created my .hlp file, how do I link it to my program? In the menu drop down Help Topics, I want to be able to click on the Help Topics menu and launch the .hlp file. How do I make that connection?
ljCharlie
One way :
I hope you don't mean how to show specific topic from your help file in !VB Code:
Process.Start("pathHere")
Thanks! That's pretty easy. That's all I need.
ljCharlie