Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing Foxpro desktop menu buttons
Message
From
22/12/1999 07:46:55
 
 
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:
00307200
Views:
12
You can cheat by doing something like this on the maximised desktop window. If the desktop is not maximised you will need to adjust the width and height of the _screen object (I have not illustrated this):

set sysmenu off
_screen.top = _screen.top - sysmetric(9)
_screen.height = _screen.height + sysmetric(9)

Hope this helps.
Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform