Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp6 work , but don´t work in vfp8
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01047281
Message ID:
01047293
Views:
12
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
Previous
Reply
Map
View

Click here to load this message in the networking platform