Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Screen Display
Message
De
16/08/2004 16:09:28
 
 
À
16/08/2004 15:49:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00933663
Message ID:
00933677
Vues:
19
Yes, but also look at this thread #871622 - it talks about some of the resizing issues.
But the basics are putting code in the refresh methond - or calling a procedure from there - that gets the monitor size, then shortens or lengthens the forms as needed.
Try it with just one form, so that you can see what you are doing without a big headache.
This is code I have in my edit box on a form that users can change the size of:
THIS.WIDTH = THISFORM.WIDTH - 1
THIS.HEIGHT = THISFORM.HEIGHT - 140
Hope this helps

Beth
>Is there anyway I can put a resize code into my application?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform