progress bar

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
 
H

Herfried K. Wagner [MVP]

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

Similar Threads

Progress Bar does not Finish 3
Marquee Style ProgressBar 6
Thread problem 1
disk space progress bar 1
Threading a ShowDialog? - progress form. 5
Progress Bar Window Not Drawing 3
Progress Bar 2
progress bar 9

Top