Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing Foxpro desktop menu buttons
Message
From
22/12/1999 07:38:25
 
 
To
22/12/1999 04:30:39
Robin Cole
Olive Leaf Enterprises Pty Ltd
Blackburn, Australia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00307184
Message ID:
00307197
Views:
17
>Is it possible to remove the entire FoxPro menu and buttons from the desktop window when running an executable? I would love to have the extra room at the top of the screen instead of disabled menu buttons.
>The command SET SYSMENU OFF only disables the buttons.
>
>Thanks in anticipation. Rob Cole

Not sure on the menu, but when you refer to "buttons", I'm assuming you mean the toolbars. You can hide them with the syntax:

HIDE WINDOW "MyToolBarName"

e.g.

HIDE WINDOW "Standard"

will hide the VFP standard toolbar. You can reshow them with:

SHOW WINDOW "MyToolBarName"

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Reply
Map
View

Click here to load this message in the networking platform