does anyone know how to make your app pause for a certain number of seconds?
i know that you can use System.Threading.Thread.Sleep() but that locks the app up. i was wanting be able to pause in the middle of my code without freezing the program.
any ideas? thanks.
i know that you can use System.Threading.Thread.Sleep() but that locks the app up. i was wanting be able to pause in the middle of my code without freezing the program.
any ideas? thanks.