S ShaneO Feb 26, 2007 #2 Joe said: just looking but cannot find anything... anyone have an idea? Click to expand... Threading.Thread.Sleep(MilliSeconds) ShaneO There are 10 kinds of people - Those who understand Binary and those who don't.
Joe said: just looking but cannot find anything... anyone have an idea? Click to expand... Threading.Thread.Sleep(MilliSeconds) ShaneO There are 10 kinds of people - Those who understand Binary and those who don't.
G Guest Feb 26, 2007 #3 just looking but cannot find anything... anyone have an idea? Click to expand... System.Threading.Thread.Sleep(milliseconds here). ..NET also has a wide array of other methods to suspend a thread such as ManualResetEvent and AutoResetEvent classes. These are actually quite neat if you need to "hold" a thread until sometime else happens.
just looking but cannot find anything... anyone have an idea? Click to expand... System.Threading.Thread.Sleep(milliseconds here). ..NET also has a wide array of other methods to suspend a thread such as ManualResetEvent and AutoResetEvent classes. These are actually quite neat if you need to "hold" a thread until sometime else happens.