Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form size
Message
From
01/11/2004 12:09:44
 
 
To
01/11/2004 11:21:42
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 5
Miscellaneous
Thread ID:
00956586
Message ID:
00956611
Views:
13
Hi Mohammed
I don't know if this is the answer you are looking for, but just in case here it goes.

For the _SCREEN object I use

WITH _SCREEN
.Width=SYSMETRIC(1)
.Height=SYSMETRIC(2)
ENDWITH

and with the forms I don't do anything, I leave them as they were. The only thing is to use some object that can resize the forms and its controls when the use clicks the maximize button.
VFP has one of this.
Regards
Hernan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform