|
-
Jun 26th, 2001, 08:36 AM
#1
Thread Starter
Member
Make a .hlp File
I have to add a Help File to my Program.
But how can i do?
May there is a tutorial somewhere?
Any help is welcome.
Thx
-
Jun 26th, 2001, 09:04 AM
#2
Well ...
http://www.helpmaster.com/
http://www.sky.net/~parnote/
http://www.helpfile-builder.com/defaults/winhelp.htm
Check out the above links. Also the Visual Basic CD contains the rtf Help and html Help workshop files. You can install them on your machine to create help files.
.
-
Jun 26th, 2001, 09:08 AM
#3
VB comes with two tools. Microsoft Help Workshop (generates old-style .hlp files and is located somewhere on the CD) and Microsoft Html Help Workshop (installed with "Tools"). HtmlHelp is pretty easy to create if you know html, the old one is a bit more difficult.
-
Jun 26th, 2001, 10:19 AM
#4
There is the 600 KB help file (shipped with the help compiler) that will assist you in creating help files.
-
Jun 26th, 2001, 10:30 AM
#5
Yeah, but if you are talkin 'bout the one for .hlp files, it was a royal pain for me to figure out (and you gotta use MS Word, too).
-
Jun 26th, 2001, 10:51 AM
#6
But the format is universal (RichTextFormat) so you could use MS Works, or Word Perfect to do it as well.
-
Jun 26th, 2001, 11:00 AM
#7
-
Jun 27th, 2001, 03:44 AM
#8
Well ...
Spetnik, the Help Workshop with rtf files was a pain in the ass for me, too. If Megatron remembers, I had asked a question on generating help files for the VB apps, and he had replied to it. After that, it took more than a month for me to properly generate a help file with content file.
Now, however, I am stuck up with some other problem. In VB, you can display either a Windowed help or a pop-up help. The pop-up help is displayed using the WhatsThis property. I want to combine both these effects in my app. i.e. I want to enable the WhatsThisHelp feature, so that when the user seeks help with the ? button on the form, he will get a popup. But if the user presses F1, he should get a windowed help.
.
-
Jun 27th, 2001, 08:44 AM
#9
Well ...
To the best of my knowledge, there isn't any tool which will allow you to convert an HTML help file in an rtf help format, i.e. from CHM to HLP.
.
-
Jun 27th, 2001, 09:22 AM
#10
Originally posted by spetnik
RTF has footmarks?
Yes. While the standard RichEdit might not have built in support for them, the high-end word processors can incorporate them.
-
Jun 27th, 2001, 09:22 AM
#11
O
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
|