Tips and Tricks for Creating Help Files
I've been writing Windows Help files since 1988 - using RTF files and the Microsoft Windows compiler. Here are some tips and tricks I've picked up along the way.
BulletsBullets inserted in the normal way with Microsoft Word will not show up in your compiled Help file. However, there are three ways you can insert bullets.
The same three techniques let you enter a range of symbols - em dashes are another character I regularly insert (using Alt 0151 but you could use emdash.bmp). Jumping to the Help Contents (.cnt) from a MacroThe contents for Windows 95 Help files are stored in a *.cnt file. The obvious way to open this file from a hot spot or hyperlink is to use the JumpContents macro. However, this jumps to the topic you have specified to open if the *.cnt file can't be found (by default the first topic in the Help). To open the .cnt file use the ExecFile macro to open the Help, for example ExecFile(myhelp.hlp). Error Messages
Downloading Help Compilers and DecompilersFor Windows 3.x and later, use the HCP compiler version 4.03. To download select hcwsetup.exe. Run this to unpack the compiler files. To compile a Help file run the compiler in an MS-DOS session under Windows. For Windows 95 and later, use the Microsoft Help Workshop. To download select hcwsetup.exe. You can "decompile" a Help file, reducing it to its component parts: rtf file, bitmaps, hpj file and so on. To download it go to http://www.geocities.com/mwinterhoff/helpdeco.htm. |
|
Further Reading
On-Line Help Tutorial by Jill Studholme (free pdf file).