home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a079 / 1.img / FPDG.LZH / VOL2NUM0 / MISC / SYSMENU.PRG < prev    next >
Encoding:
Text File  |  1992-10-12  |  581 b   |  21 lines

  1. * (1) Modify system menu to only display File and Edit pads
  2. SET SYSMENU TO _MSM_FILE, _MSM_EDIT
  3. WAIT WINDOW
  4. * (2) Now save the configuration
  5. SET SYSMENU SAVE
  6. WAIT WINDOW
  7. * (3) Modify system menu to only display File menu pad
  8. SET SYSMENU TO _MSM_FILE
  9. WAIT WINDOW
  10. * (4) Restore system menu to display System and File menu pads
  11. SET SYSMENU TO DEFAULT
  12. WAIT WINDOW
  13. * (5) Now restore system menu to its standard startup
  14. *     configuration.
  15. SET SYSMENU NOSAVE
  16. WAIT WINDOW
  17. * (6) Disable system menu bar
  18. SET SYSMENU TO DEFAULT
  19. * (7) Restore system menu bar
  20. WAIT WINDOW
  21.