snufse
Newcomer
I have an application that loops through a set of code a certain number of times. After each loop I need to pause the process for number of seconds and then iterate through the loop again.
In VB 2003 I used Thread. Sleep(no of seconds) and it worked fine. I also used Thread.Suspend and Resume which are not supported in VB 2005.
Any ideas how I can do the same in VB 2005 without using Threading? Thanks.
In VB 2003 I used Thread. Sleep(no of seconds) and it worked fine. I also used Thread.Suspend and Resume which are not supported in VB 2005.
Any ideas how I can do the same in VB 2005 without using Threading? Thanks.