that's because the computer preforms the tasks after each other.Quote:
Originally Posted by learning c
but because of it's speed, you don't notice it.
that's the reason for the DoEvents function in programming.
DoEvents allows Windows to proceed with other functions to continue with your application afterwards.
