Quote Originally Posted by jmcilhinney
The insert DoEvents. DoEvents is a method of the Application class and is available in C# just like it is in VB.NET.
I've read in many places that Doevents is not really a good method of doing this kind of thing, that's why i'm looking for alternative.

Thanks