Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Close the System menu and System top bar
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00163245
Message ID:
00163908
Views:
16
>>set sysmenu only off the system menu, but i also want to off the system bar at the top of the system menu. how
>>
>
>Maybe you should create forms with ShowWIndows = 2

add to your code the ff.:
_SCREEN.CLOSABLE = .F.
_SCREEN.MINBUTTON = .F.
_SCREEN.MAXBUTTON = .F.
_SCREEN.CAPTION = ''
_SCREEN.MOVABLE = .F.
_SCREEN.CONTROLBOX = .F.

_SCREEN lets manipulate VFP main window as an object.

TIA
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform