Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Actual Resolution
Message
 
To
15/02/2002 11:46:57
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00620537
Message ID:
00620735
Views:
22
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform