HOWTO: Suppress the Default Menu for a Visual FoxPro .EXE File

ID: Q145845

The information in this article applies to:

  • Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b, 5.0, 6.0

SUMMARY

Under certain circumstances, you may want to keep the default Visual FoxPro menu from appearing in an Visual FoxPro created .exe file. To do this, place the following command in the Config.fpw configuration file for Visual FoxPro.

   SYSMENU = OFF

This will keep the menu from appearing. For more information regarding the Config.fpw file, please see the Help Topic "Setting the Environment with a Configuration File" in the Visual FoxPro Help file.

Additional query words: disable hide appear

Keywords          : kbsetup kbVFp300 kbVFp500 kbVFp600 
Issue type        : kbhowto


Last Reviewed: October 22, 1998
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.