Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to maximize a form to cover all the screen
Message
De
29/01/2012 13:55:07
 
 
À
28/01/2012 18:07:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01533972
Message ID:
01534012
Vues:
69
fortunatly, i found out what i was looking for.

to maximize a form to cover all the screen just do this :

create a form

set properties like :

set status bar off
set sysmenu off
this.titlebar= 0
this.windowState=2
this.showwindow = 2
this.width = sysmetric(1)
this.height = sysmetric(2)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform