Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capturing _SCREEN resizing
Message
De
14/11/2001 06:27:45
 
 
À
14/11/2001 06:18:01
Dennis Little
Ist Choice Travel
Glos, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00581389
Message ID:
00581392
Vues:
25
I very recently asked the same question, the answer is to create a custom class (in code) eg :
DEFINE CLASS Resizer AS Custom
     oScreen = _Screen

     PROCEDURE oScreen.Resize
          *Resize Code Here
     ENDPROC
ENDDEFINE
Then _Screen.AddObject("oResizer", "oResizer")

HTH
Kev


>Is there any simple way to capture _SCREEN resizing?
>
>I would like to resize/reposition in-screen forms when a user resizes the _SCREEN object
>
>TIA
>
>Dennis
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform