Intensive Loop, Update UI

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

Is there a function where I can use in a long intensive loop that would
allow the program to update the UI and allow some control of the UI.

I remember using this in VB but I was wondering if there's a function call
for C# to be used in a long loop.
 
I would move that code to another thread.

But, in case you don't want to, the DoEvents method might do that same as
its VB counterpart.
 

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