Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Close the System menu and System top bar
Message
From
03/12/1998 11:21:02
 
 
To
02/12/1998 20:47:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00163245
Message ID:
00163666
Views:
26
>set sysmenu only off the system menu, but i also want to off the system bar at the top of the system menu. how
>
>regard,
>chang

If you still want to show you form on the main VFP window, you can accomplish this by setting the following _Screen object properties:

_Screen.Caption=''
_Screen.Minbutton=.f.
_Screen.Maxbutton=.f.
_Sscreen.Controlbox=.f.
_Screen.Movable=.f.

I'm using VFP 6.0 and it works, although I never tried this on VFP5 or VFP3. I know the _Screen object was there in 5.0. By the way, this same properties apply for doing the same thing on forms. Hope this helps.
Previous
Reply
Map
View

Click here to load this message in the networking platform