Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp6 work , but don´t work in vfp8
Message
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:
01047281
Message ID:
01047293
Vues:
11
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
MartinJ

>Thanks Martin
>
>But , i don´t know use BindEvent() .
>
>I can´t use BindEvent() in class . Where i use BindEvent and how ?
>
>Thanks
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform