Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check Screen Resolution
Message
 
 
To
02/10/2002 15:41:41
Fabian Belo
Independent Developer
Argentina
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00707026
Message ID:
00707049
Views:
39
>? ALLTRIM(STR(SYSMETRIC(1)))+"x"+ALLTRIM(STR(SYSMETRIC(2)))
>
>-Most advanced function in VFP 6 to do that :)

Or
? TRANSFORM(SYSMETRIC(1)) + "x" + TRANSFORM(SYSMETRIC(2))
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform