Re: doevents
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
"x x" <forieq@xxxxxxxxxxxxxx> wrote
Use a flag to stop what the loop is doing. Example air code:
but then I need to close the program twice?
Not so. But you will have to avoid causing the form to stay
loaded after exiting the loop. Accessing a form property, or
a control on the form would cause it to stay loaded.
Perhaps, instead of just exiting the loop, you really need to
exit the procedure? But if that routine was called by some
other routine, then that one too will have to avoid using form
properties, or controls.
Put a break point in the Form_Unload event and after you hit
X and break into debug mode, step through your code (hit F8)
to see where it goes and what it does.
LFS
.
Relevant Pages
- MessageBox doesnt vanish suddenly, until the control reaches the
... However after exiting the function, ... I do some long operation inside a loop and wants to exit the loop when ... Problem is the any control e.g. ... 1- how to vanish this MessageBox suddenly after getting click on Yes/No ... (microsoft.public.pocketpc) - MessageBox doesnt vanish even code reaches to end of function...
... However after exiting the function, ... I do some long operation inside a loop and wants to exit the loop when ... Problem is the any control e.g. ... 1- how to vanish this MessageBox suddenly after getting click on Yes/No ... (microsoft.public.pocketpc.developer) - Re: Slope Compensation and Vodka
... > | IIRC its associated with the sampled-data nature of the overall ... > | loop, which the standard linear analysis conveniently ignores. ... the real circuit for a control loop analysis, ... It all seems to boil down to the "choice" of modulator transfer ... (sci.electronics.design) - Re: Exploring the FOPDT Model With a Parameter Sensitivity Study
... primary focus is on PID control and related architectures. ... PID loops and from 50 to over 1000 measurements. ... A control person seeking to tune a loop 'might' ... And I know my posts on this newsgroup announcing the publication of the ... (sci.engr.control) - Re: The Cascade Control Architecture - controlguru post
... performance are cascade control and feed forward with feedback trim. ... literally nest a secondary control loop inside a primary loop as ... you _cannot_ improve the disturbance ... (sci.engr.control) |
|