The following shows a sample Help project file for the Cardfile application. Comments in the file text indicate the purpose of each section in the file
; Options used to define the
; Help project root, bitmap directory,
; contents topic, title, minimized icon,
; compression, warning level,
; report, and error file
;
[OPTIONS]
ERRORLOG=CARD.BUG
ROOT=C:\HELP
BMROOT=C:\HELP\ART
CONTENTS=cont_idx_card
TITLE=Cardfile Help
ICON=CARDHLP.ICO
COMPRESS=OFF
WARNING=3
REPORT=ON
;files used to build Cardfile Help
[FILES]
\.\RTFTXT\COMMANDS.RTF
\.\RTFTXT\HOWTO.RTF
\.\RTFTXT\KEYS.RTF
\.\RTFTXT\GLOSSARY.RTF
;button macros and How to Use Help file
[CONFIG]
CreateButton("btn_up", "&Up", "JumpContents(`HOME.HLP')")
BrowseButtons()
SetHelpOnFile("APPHELP.HLP")
;secondary-window characteristics
[WINDOWS]
picture="Samples", (123, 123, 256, 256), 0, (0, 255, 255), (255, 0, 0)