Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How To Detect Screen Resolution
Message
 
À
05/03/2007 11:01:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01200741
Message ID:
01200754
Vues:
9
Local lnwidth,lnheight
m.lnwidth= Sysmetric(1)
m.lnheight=Sysmetric(2)

If m.lnwidth < 800 And m.lnheight < 640
	Messagebox([Screen Resolution is low,you should choose higher resolution :] + TRANSFORM(m.lnwidth) + [x] + TRANSFORM(m.lnheight),16,[Resolution Problem])
Endif

Messagebox([Screen Resolution is : ] + TRANSFORM(m.lnwidth) + [x] + TRANSFORM(m.lnheight) ,32,[Resolution Info])
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform