Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No Vfp6 funciona , mas não no Vfp8
Message
De
07/09/2005 07:13:03
 
 
À
07/09/2005 05:11:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01047282
Message ID:
01047300
Vues:
5
This message has been marked as the solution to the initial question of the thread.
XX_Hook=CREATEOBJECT("XX_Hook")
=BINDEVENT(_Screen,"Resize",XX_Hook,"Resize")

READ EVENTS

=UNBINDEVENT(_Screen,"Resize",XX_Hook,"Resize")
RETURN


DEFINE CLASS XX_Hook AS custom
   PROCEDURE Resize()
      * Your code
   ENDPROC

ENDDEFINE


Pedro Silva

world is wonderful with your help .

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform