Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Resizing forms for different resolutions
Message
De
23/03/1998 16:47:59
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00086517
Message ID:
00086550
Vues:
24
>>>The Resize class doesn't resize the form itself
>
>This, you will need to do yourself. I suggest doing this in the Init(). If there is too much screen flicker - you may want to toggle the visible or lockscreen settings.

Init() event is safe from flicker (it can happen in Activate event only). I guess that 640x400 situation must be handled with setting Form.WindowState=2 and then explicit call Form.Resize(). Resize event should contain layout handling code for form controls.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform