VB6 had a DoEvents() method that you called to return control to the OS and mimic multi-threaded behavior in that single threaded environment.
What is the .NET framework equivalent of VB 6 DoEvents()?
you can use Application.DoEvents()
. Why not use Threading class or simply Background Workers? If you are doing in .net environment, don't use DoEvents
. Leave it on VB6.
Application.DoEvents() (part of WinForms)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With