Using DoEvents() in Visual Basic the Right way!?!
Tuesday, October 23rd, 2007The DoEvents() method is Very popular and can be used in All versions of VB(Classic plus all of the .NET based versions). Adding this Function/Sub ( 5.0/6.0=Function /.NET=Subroutine ) will allow events to be processed in your application. Its very useful if you have time consuming, cpu eating code since it will [...]
