progress bar

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

Guest

Hi,

I am running this command that takes a couple of minutes to complete. While
this command is running, I would like to run a progress bar along the bottom
of the form to show how far it is until the command to complete. I know I
have to create a new thread timer but I am not sure how to do it.

Is there a short way to solve my problem?

Thanks
bbdobuddy
 
bbdobuddy said:
I am running this command that takes a couple of minutes to complete.
While
this command is running, I would like to run a progress bar along the
bottom
of the form to show how far it is until the command to complete. I know I
have to create a new thread timer but I am not sure how to do it.

Information and samples on Windows Forms and multithreading:

Multithreading in Windows Forms applications
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=multithreading&lang=en>
 

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