Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen resize
Message
From
21/09/2001 08:50:42
Walter Meester
HoogkarspelNetherlands
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00558824
Message ID:
00559197
Views:
21
Hi vlad,

This is real cool !!!! this is definitely the Tip of the day. May I ask where you you got this from? I've been asking for a possibility to be able to do this since VFP 3. All I heard this was not possible.

Good tip !!!

Thanks.

Walter,


>
>DEFINE CLASS MyHook AS Custom
>  oScreen = _Screen
>
>  PROCEDURE oScreen.Resize && attach VFP code to object's event when this class initialized
>    oScreen.MyContainer.ScreenResized
>  ENDPROC
>ENDDEFINE
>
>
>_Screen.AddObject("oHook","MyHook") && now screen resize event captured...
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform