I remember there was a command you could use in a loop or anywhere that the program would not lock up in a sence, and it would give cpu time to other programs. I want to say it was do events. but that does not appear to work. can anyone help?
Printable View
I remember there was a command you could use in a loop or anywhere that the program would not lock up in a sence, and it would give cpu time to other programs. I want to say it was do events. but that does not appear to work. can anyone help?
you should look into threading
http://msdn.microsoft.com/chats/vstu...dio_072203.asp
you can still use doevents , but it's now Application.DoEvents() ;)