A
Albert
Hello,
I have a form do some operations in looping. Due to it takes a long time, I
insert DoEvents() in this loop. I have another form do some looping and it
includes DoEvents() also. Both form possible to run at the same time.
Problem I found is whenever second form (any form) is run ,if first form is
in looping, second form DoEvents() will pause first form looping. When
second form quit looping, First form continue looping.
How to solve this ?
TIA,
Albert
I have a form do some operations in looping. Due to it takes a long time, I
insert DoEvents() in this loop. I have another form do some looping and it
includes DoEvents() also. Both form possible to run at the same time.
Problem I found is whenever second form (any form) is run ,if first form is
in looping, second form DoEvents() will pause first form looping. When
second form quit looping, First form continue looping.
How to solve this ?
TIA,
Albert