Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is happening here?
Message
From
27/11/2002 14:08:58
 
 
To
27/11/2002 11:46:33
James Hill
Jim Hill Productions
Halifax, Nova Scotia, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00727609
Message ID:
00727705
Views:
9
Perhaps the screen resolutions of the computers are different.

If you set the WindowState property to 2 (maximised) then it will fill the available space.
Or if you like the size it is, set the AutoCenter property to .T. to centre it.

Add the code to the INIT method of the login form.
Either:
THIS.WindowState = 2
or
THIS.AutoCenter = .T.
Previous
Reply
Map
View

Click here to load this message in the networking platform