Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_screen resize
Message
 
To
12/10/2001 16:52:15
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00567973
Message ID:
00568663
Views:
18
Add a VFP event hook to capture it. Put this code in your main
program:



** Run the command

DO AddHook

FUNCTION AddHook
  _Screen.AddObject("MyVfpHook", "VfpEvents")
RETURN

DEFINE CLASS VfpEvents AS Custom

  oScreenObj = _Screen

  PROCEDURE oScreenObj.Resize

    ** Put code here to handle VFP resizing

  ENDPROC

ENDDEFINE


Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform