Application.DoEvents

  • Thread starter Thread starter Cool Guy
  • Start date Start date
C

Cool Guy

I assume that a call to Application.DoEvents doesn't return until the
pending messages are processed.

Is this correct?
 
yep!

but the thing is, event keeps being generated!
so, if you want to process all event until the user quit, Application.Run()
is the best choice...
 

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

Back
Top