Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro header
Message
De
14/07/1998 15:53:50
Donny Sims
Independent Computer Consultants Inc
Scottsboro, Alabama, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00117250
Message ID:
00117302
Vues:
19
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform