Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting screen resolution
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00515168
Message ID:
00515197
Views:
18
Hey Miles try this:
lnwidth = SYSMETRIC(1)
lnHeight = SYSMETRIC(2)
DO CASE
	CASE lnWidth <= 800 AND lnHeight <= 600
             &&DO STUFF FOR 800 x 600
	CASE lnWidth = 1024 AND lnHeight  = 768
             &&& DO STUFF FOR 1024 x 768
        OTHERWISE
             &&& WHAT EVER ELSE YOU WANT TO LOOK FOR
ENDCASE
What is Wisdom?
Wisdom - The ability to respond to any situation according to God's Plan.
Therefore:
USE Wisdom IN Everything ORDER priority AS Knowledge
SELECT Knowledge
BROWSE FOR Understanding WHERE Wisdom=Guide

LeRoy Jackson
Previous
Reply
Map
View

Click here to load this message in the networking platform