Without using timer control, what would be the best way to delay execution of code?
I would like to pause the program for about 1/10 of second before executing th. I could just use For loop to run for, say, 100K times, but I would rather use a function call or so.
Thanx.
SK




Reply With Quote