Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximize not calling resize ??
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00832301
Message ID:
00832391
Views:
15
>Hey Fred,
>
>I tried both the Init and Load methods but neither one made a difference.
>
>Any more suggestions?
>
>
>>Try doing a Thisform.WindowState=2 in your form's Load or Init events.
>>
>>

In your Init:
thisform.LockScreen = .t.
thisform.Visible = .t.
thisform.WindowState = 2
thisform.LockScreen = .f.
Resize only seems to fire if the form is Visible when the WindowState is changed.

Or you could probably get away with just calling thisform.Resize() from the .Init, too.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform