Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_SCREEN.Resize event?
Message
From
17/06/2002 21:06:44
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00669504
Message ID:
00669525
Views:
10
Wow! Thank you and thanks to Fred. I guess VFP goes around looking for methods called resize, because I didn't see any for _screen.

Alex


>>Is there an event that fires when the main foxpro screen (_SCREEN) is resized?
>
>You can use Fred Taylor's idea from Re: Shortcut menu Thread #491767 Message #492586.
>
_Screen.AddObject("oResizer", "Resizer")
>
>DEFINE CLASS Resizer AS Custom
>     oScreen = _Screen
>
>     PROCEDURE oScreen.Resize
>          *Resize Code Here
>     ENDPROC
>ENDDEFINE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform