Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_Screen resize
Message
De
30/10/2001 12:06:54
 
 
À
30/10/2001 11:53:07
Peter Garneau
Statistics Canada
Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00575148
Message ID:
00575159
Vues:
22
>I am sure this has been asked before, but....
>
>Is there a way to capture a resize event on _screen ?
>
>Thanks.

The way I use I got from Fred Taylor. Don't have the exact code handy, but as best I can out of memory, in your main PRG you can do something like
DEFINE CLASS ScreenHook AS Custom
    oScr = _SCREEN  && Set a property referenace to the Screen object

FUNCTION Resize
*   Put your resize code here
ENDFUNC
ENDDEFINE
Instantiate this class and use it to manipulate the Screen.

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform