D
djc
Is there a way to pause execution and then restart, and pause, and
restart..etcc?
sounds funny I'm sure but I am making a little graphical bar out of a group
of small text boxes and to do this I want to change the color of the first
one, pause for a specified interval, then change the color of the second,
then pause... etc...
I know I could insert a simple for...next loop to just count away to
simulate a pause but I was wondering if there was a better way? Since I just
want to pause, I don't want to have to actually take up system resources
with the for...next processing.
anyone know of anything?
restart..etcc?
sounds funny I'm sure but I am making a little graphical bar out of a group
of small text boxes and to do this I want to change the color of the first
one, pause for a specified interval, then change the color of the second,
then pause... etc...
I know I could insert a simple for...next loop to just count away to
simulate a pause but I was wondering if there was a better way? Since I just
want to pause, I don't want to have to actually take up system resources
with the for...next processing.
anyone know of anything?