Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form resolution
Message
 
To
22/02/2000 16:12:27
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00335513
Message ID:
00335769
Views:
18
>I´m having the same problem, I believe that it would owe there be any way of detecting the resolution of the video and auto configure the system.
Try this:
DECLARE INTEGER GetSystemMetrics IN USER32 AS GetSystemMetrics INTEGER
if GetSystemMetrics(0)<1024.or.GetSystemMetrics(1)<768
?? chr(7)
?? chr(7)
?? chr(7)
messagebox([Screen resolution must be at least 1024 x 768.])
quit
Endif && Expired use license
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform