Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_SCREEN.Resize event?
Message
 
 
To
17/06/2002 21:06:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00669504
Message ID:
00669731
Views:
12
Hi Alex,
_Screen is a form so it has all the PEMs associated with that class.

Regards.

>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
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform