I do gravitational computations in a loop which does not terminate until user touches a particular command button. The loop includes a DoEvents Call.
If other command buttons, options, chkboxes, et cetera are used, I assume that the computations are interrupted.
Does control return to the statement after the DoEvents Call? I assume it does. Suppose I start other indefinite loops (with DoEvents Calls included) during an interrupt? Will VB properly manage really complex control flow, and eventually return to the original computation loop after the DoEvents call?
Does anybody understand what I am asking?




Reply With Quote