Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best resolution develop forms in
Message
From
26/09/2002 09:01:47
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00704635
Message ID:
00704644
Views:
15
>Is there a standard for the size of forms in a system. Is 800 X 600 the standard or 640 X 480? Or does this depend on user needs.
>
>Thanks

Of course it depends on the users' needs. But with 640 x 480, you have very limited screen space - and 800 x 600 works well on a 14" monitor.

What I do, for use of the program in our company, is to test for resolution on startup. The user gets a warning, but can continue to work, as follows:
* Hilmar: test resolution
if sysmetric(1) < 800
  MessageBox("We recommend a minimum resolution of 800×600." + CRLF + "You can continue working, but the space on screen will be limited.", MB_OK + MB_ICONEXCLAMATION,;
  "Insufficient resolution")
endif
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform