Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_SCREEN.Resize event?
Message
 
 
To
17/06/2002 19:38:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00669504
Message ID:
00669509
Views:
10
>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform