Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Help files

Status
Not open for further replies.

jeba

Programmer
Dec 7, 2000
20
US
How do you create "Help files" in VB6?

Do you need 3rd party software or does VB provide a wizard or tool?

Has anyone done this?

Help please.

Jim
 
look at your VB6 Cd to Common\Tools\HCW en install Help WorkShop

After you can a .rtf document compile to a helpFile with the helpcompiler Hcw32.exe
Eric De Decker
vbg.be@vbgroup.nl

Licence And Copy Protection AxtiveX
Source CodeBook for the programmer
 
I used to use Doc2Help - which gave you more Word templates and extra options, so that you could write a word document and Doc2Help would compile this into a .hlp file - but there are plenty more out there.
Simon
 
Thanks.

I found and installed the HCW. Now I need to figure out how to use it. It's more complicated than I expected.

Jim
 
jeba,

I am also 'struggling' w/ the help file issue. Ms. (Billy's MOM?) has recently (within the last year or two) started advocating HTML Help instead of the HCW. I discovered this by attempting to purchase Ms.'s Book on hte HCW - only to discover it is not available - but that the book for the HTML help could be purchased. I did get the book on HTMP Help, only to find that the URL references on the Ms. Web site were not current (e.g. NOT VALID). I - of course - attempted to bring this to the attention of MS, only to be told that I needed to provide a comprehensive life cycle history of ant issue which I thought was a problem before MS would degin to review it (enev if it was 'just a broken link'.

Despite the (less than) generous help from Ms. et. al., I was / am able to generate help with their HTMP Help compiler, however I am still at a loss as to HOW to generate/implement the links between the actual program and the help file. If you (or any other gurus) can explain this in a straight forward manner, or send me a SMALL example, I would greatly appreciate it.

"Helpless in the help compiler"



MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top