home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / MACROHLP / MACROHLP.HP_ / MACROHLP.HP
Encoding:
Text File  |  1993-02-08  |  1.2 KB  |  30 lines

  1. ;This help file is designed to be used by developers interested
  2. ;in using the Windows 3.1 help engine.  Its purpose is two-fold:
  3. ;to show what help macros are available and to give demonstrations
  4. ;(and source) to each of these help macros.  See the description
  5. ;of source files topic in the help file for more information.
  6. ;
  7.  
  8. [OPTIONS]
  9. COMPRESS=HIGH                ;Highest Compression possible
  10. CONTENTS=Macro_Contents      ;First topic to be displayed
  11. COPYRIGHT=(c) 1991 Microsoft ;Modify the About... box
  12. REPORT=ON
  13. TITLE=Help Engine Macros     ;Change the caption bar
  14. WARNING=3                    ;Look at all messages
  15.  
  16. [FILES]
  17. MACROHLP.RTF                 ;Main index & misc. topics
  18. ABC.RTF                      ;Macros starting w/A,B,C
  19. DEFGHI.RTF                   ;Macros starting w/D,E,F,G,H,I
  20. JNPRS.RTF                    ;Macros starting w/J,N,P,R,S
  21.  
  22. [CONFIG]
  23. BrowseButtons()                                       ;Add for browsing
  24. CreateButton("Execute_Button","&Execute","Exit()")    ;Demonstrates each macro
  25. RegisterRoutine("USER.EXE","MessageBeep","I")         ;used in RegisterRoutine
  26.  
  27. [BITMAPS]
  28. WINDOWS.SHG                  ;Use in executing a macro from a hotspot
  29.  
  30.