Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resizing a Form With _vfp.resize
Message
 
 
To
30/06/2005 08:58:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01027522
Message ID:
01027642
Views:
43
I guess the code I pointed you to was more confusing than helpful. :)

>I guess I just like to make things difficult sometimes. :o) Of course it would be that simple... Thanks again Sergey!
>
>>You don't need a separate class. You can create a method on your form called OnScreenResize with relevant code and bind it to the _SCREEN Resize in the Init of the form
* Forms Init
>>BINDEVENT(_SCREEN, "Resize", Thisform, "OnScreenResize")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform