Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Screen resize
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00558824
Message ID:
00559350
Vues:
21
Vlad,

I've been following this thread and this is really neat :)

How can I find out what other events there are that can be attached to?

>>>>>Sergey, this approach is obsolete. Why use external FLL file when there is built-in VFP approach to define code for events in run-time?
>>>>>
>>>>>
>>>>>DEFINE CLASS MyHook AS Custom
>>>>>  oScreen = _Screen
>>>>>
>>>>>  PROCEDURE oScreen.Resize && attach VFP code to object's event when this class initialized
>>>>>    oScreen.MyContainer.ScreenResized
>>>>>  ENDPROC
>>>>>ENDDEFINE
>>>>>
>>>>>
>>>>>
>>>>>_Screen.AddObject("oHook","MyHook") && now screen resize event captured...
>>>>>
>>>>>
>>>>>HTH.
Caroline
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform