Knowledge Base

How To Suppress the Default Menu for a Visual FoxPro .EXE File

Article ID: 145845

Article Last Modified on 7/13/2004


APPLIES TO


This article was previously published under Q145845

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: kbhowto kbsetup KB145845