home *** CD-ROM | disk | FTP | other *** search
- * (1) Modify system menu to only display File and Edit pads
- SET SYSMENU TO _MSM_FILE, _MSM_EDIT
- WAIT WINDOW
- * (2) Now save the configuration
- SET SYSMENU SAVE
- WAIT WINDOW
- * (3) Modify system menu to only display File menu pad
- SET SYSMENU TO _MSM_FILE
- WAIT WINDOW
- * (4) Restore system menu to display System and File menu pads
- SET SYSMENU TO DEFAULT
- WAIT WINDOW
- * (5) Now restore system menu to its standard startup
- * configuration.
- SET SYSMENU NOSAVE
- WAIT WINDOW
- * (6) Disable system menu bar
- SET SYSMENU TO DEFAULT
- * (7) Restore system menu bar
- WAIT WINDOW
-