Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
800 X 600 screen
Message
From
14/04/2003 00:32:09
 
 
To
11/04/2003 21:42:26
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00775917
Message ID:
00777073
Views:
12
I use the sysmetric(1) and sysmetric(2) to check width and
height of the screen. When 800 X 600 screen is detected,
I reduce my screen which I created under the 1024 X 768 by
75% by multiplying the width of my screen by 0.75.

I start of with

If sysmetric(1) + sysmetric(2)<=1400
mreduce=0.75
else
mreduce=1
endif


Object.width=width*mreduce

It might not be best was but it solve my problem.
Previous
Reply
Map
View

Click here to load this message in the networking platform