|
-
Dec 22nd, 2003, 10:46 AM
#1
Thread Starter
Addicted Member
How to write a .hlp file?
Will anyone give me sugestions or point me to a document on how to write .hlp file?
Thank you,
ljCharlie
-
Dec 22nd, 2003, 01:24 PM
#2
Sleep mode
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 .
-
Dec 22nd, 2003, 01:28 PM
#3
Thread Starter
Addicted Member
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
-
Dec 22nd, 2003, 01:31 PM
#4
Thread Starter
Addicted Member
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
-
Dec 22nd, 2003, 01:39 PM
#5
Sleep mode
One way :
VB Code:
Process.Start("pathHere")
I hope you don't mean how to show specific topic from your help file in !
-
Dec 22nd, 2003, 01:41 PM
#6
Thread Starter
Addicted Member
Thanks! That's pretty easy. That's all I need.
ljCharlie
-
Dec 23rd, 2003, 06:08 PM
#7
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|