0 hi
thanks too much it works.............i thought that i have to define threads to use this command............but it works
thanks too much
0 Thread.Sleep still works in a single threaded application.
0 hi
i wanna delay the peogram............i wanna it to wait for a specific time.........like in c++
but i am not using processes...............just normal code
thanks for help
0 Delay of one second for argument of (1000). Change argument in Sleep for more or less time.
System.Threading.Thread.Sleep(1000);
0 What is delayed by the function?