DoEvents equivalent in VB.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Does anybody know any commands that do the same as DoEvents in VB6. I need
to delay the program execution a little bit for the form to refresh.

Thanks in Advance
 
Ed Chiu said:
Does anybody know any commands that do the same as DoEvents in VB6. I need
to delay the program execution a little bit for the form to refresh.

'System.Windows.Forms.Application.DoEvents'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VB.NET equivalent to "classic" VB "DoEvents" 1
when to use DoEvents in vb.net? 3
Doevents 6
DoEvents in VB.NET 5
doevents() issue 3
DoEvents resetting variables 7
DoEvents 1
Cant use DoEvents in WPF application 8

Back
Top