Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing _SCREEN resizing
Message
 
 
To
14/11/2001 08:03:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00581389
Message ID:
00581442
Views:
43
Try this way
<b>_Screen.AddObject("oResizer", "Resizer")</b>
>
>DEFINE CLASS Resizer AS Custom
>     oScreen = _Screen
>
>     PROCEDURE oScreen.Resize
>          *Resize Code Here
>     ENDPROC
>ENDDEFINE
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform