Can Application.DoEvents()
be used in C#?
Is this function a way to allow the GUI to catch up with the rest of the app, in much the same way that VB6’s DoEvents
does?
Can Application.DoEvents()
be used in C#?
Is this function a way to allow the GUI to catch up with the rest of the app, in much the same way that VB6’s DoEvents
does?