Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form positioning
Message
From
19/09/2007 06:56:23
 
 
To
19/09/2007 00:07:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01255352
Message ID:
01255397
Views:
24
What is the easiest way to start a form (about a quater of the full screen size) such that it is position at the bottom right corner... i.e. the form's bottom right corner touches the bottom right corner of the screen.

You can try this in the form's Init.

It should get you close - taking into account the height of the VFP status bar and the windows task bar:
This.Top = _Screen.Height - Thisform.Height - 2 * SYSMETRIC( 20 )
This.Left = _Screen.Width - Thisform.Width
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform