E Eddie May 14, 2004 #1 How may I wait x seconds before continue execution without using timer and a loop ? Thx
H Herfried K. Wagner [MVP] May 14, 2004 #2 * "Eddie said: How may I wait x seconds before continue execution without using timer and a loop ? Click to expand... \\\ System.Threading.Thread.Sleep(2000) ///
* "Eddie said: How may I wait x seconds before continue execution without using timer and a loop ? Click to expand... \\\ System.Threading.Thread.Sleep(2000) ///
A Armin Zingler May 14, 2004 #3 Eddie said: How may I wait x seconds before continue execution without using timer and a loop ? Click to expand... System.Threading.Thread.Sleep(2000) -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
Eddie said: How may I wait x seconds before continue execution without using timer and a loop ? Click to expand... System.Threading.Thread.Sleep(2000) -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
E Eddie May 14, 2004 #4 Thank you... It is exactly what I need ! Herfried K. Wagner said: \\\ System.Threading.Thread.Sleep(2000) /// Click to expand...
Thank you... It is exactly what I need ! Herfried K. Wagner said: \\\ System.Threading.Thread.Sleep(2000) /// Click to expand...