Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxpro header
Message
From
14/07/1998 15:53:50
Donny Sims
Independent Computer Consultants Inc
Scottsboro, Alabama, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00117250
Message ID:
00117302
Views:
20
>If you actually want to remove the title bar completely:
>
>
>with _screen
>	.closable=.f.
>	.movable=.f.
>	.caption=''
>	.minbutton=.f.
>	.maxbutton=.f.
>	.controlbox=.f.
>endwith
>
>>I Can't quite figure how to hide/eliminate the top of the screen where it says "microsoft Visual Foxpro" & then right beneath there is a 'toolbar' with icons displaying a printer, an exclamation pt, etc. This is visible even when a form is running. Thanks.

Timothy

One word of warning on the above, *don't* say SCREEN.visable=.f. or your app will disappear and the only way to close will be with a forced 'End Task'.
Donny Sims

Life is what happens to us while were busy making other plans.
- John Lennon
Previous
Reply
Map
View

Click here to load this message in the networking platform