Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Vfp6 funciona , mas não no Vfp8
Message
From
07/09/2005 07:13:03
 
 
To
07/09/2005 05:11:20
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:
01047282
Message ID:
01047300
Views:
6
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 .

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform