2MuchRiceMakesMeSick
December 12th, 2006, 10:41 AM
Is there a way to make the program 'sleep' without it hanging?
I am using Asynchronous callbacks (around 10 going at one time) but I need to pause and wait after each one. Right now I am using Thread->Sleep(100) but that puts the entire program to sleep.
Thanks in advance.
I am using Asynchronous callbacks (around 10 going at one time) but I need to pause and wait after each one. Right now I am using Thread->Sleep(100) but that puts the entire program to sleep.
Thanks in advance.