Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Resize
Message
From
20/07/2011 12:08:55
 
 
To
18/07/2011 04:08:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01518416
Message ID:
01518661
Views:
53
>Hi All,
>
>Is there a way to execute some code after the re-size of the form is complete. i.e. I want to run some code only when the user has finished resizing the form, not during the resizing process.

The question is:
when the user has finished resizing?
May stop and start again after the second half ...
When release the mouse button?

You can use a timer to delay the operation,
define a interval end event ( like 0.1 s ),
activating the timer and resetting at every resize event ...

On the Timer event you can check MDOWN() ...
Previous
Reply
Map
View

Click here to load this message in the networking platform