Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Actual Resolution
Message
 
À
15/02/2002 11:46:57
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00620537
Message ID:
00620735
Vues:
21
>>Hi everyone!
>>
>>How can I get the current resolution of the screen?
>>
>>Best thanks
>
>Robert,
>sysmetric(1) and 2 give it but not reliable (resolution changed while vfp session is open it reports old value).
>This code from George Tasker works right all the time (thanks again George) :
>
>
#define SM_CXSCREEN             0 && Screen width in pixels
>#define SM_CYSCREEN             1 && Screen height in pixels
>#define SM_CXFULLSCREEN         16 && Client area width
>#define SM_CYFULLSCREEN         17 && Client area height
>DECLARE INTEGER GetSystemMetrics IN Win32API;
>  INTEGER nIndex
>* Example
>? GetSystemMetrics(SM_CXSCREEN)
>? GetSystemMetrics(SM_CYSCREEN)
>? GetSystemMetrics(SM_CXFULLSCREEN)
>? GetSystemMetrics(SM_CYFULLSCREEN)
>
Cetin

You're more than welcome. Thanks for the mention.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform