Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing _SCREEN resizing
Message
From
14/11/2001 10:06:45
 
 
To
14/11/2001 09:43:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00581389
Message ID:
00581479
Views:
29
Kevin

Apologies, my error - the .fxp was not being overwritten from an earlier version - had not saved the preferences.

The following works:-

DEFINE CLASS Resizer AS Custom
oScreen = _Screen

PROCEDURE oScreen.Resize
* Code
ENDPROC
ENDDEFINE

_Screen.AddObject("oResizer", "Resizer")

Thanks for your patience

I don't understand how you apply this to capture changes to _SCREEN size?

Any help much appreciated

Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform