Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define Window to maximum width and specific height
Message
 
 
To
08/04/2002 11:49:15
Scott Sherman
Puyallup Tribal Health Authority
Tacoma, Washington, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00642235
Message ID:
00642409
Views:
10
>How do I change the following to go FROM 10.750, 0.000 TO the bottom left of the _Screen? Is there a conversion that I need to translate pixels (_Screen.height and _Screen.width) so that I can assign the TO below?
>
>DEFINE WINDOW MEM_TEMPLATE FROM 10.750, 0.000 TO 34.0, 125.900 ;
> FONT "MS Sans Serif", 8 ;
> STYLE "B" ;
> NOCLOSE FLOAT GROW ZOOM SYSTEM COLOR SCHEME 8
>
>Scott Sherman

You can add NAME < object name > clause to the DEFINE WINDOW command and manipulate the properties of the window thru it.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform