Quantcast
Channel: Progress bar
Browsing latest articles
Browse All 3 View Live

Progress bar

 You will have to define a BackgroundWorker class and that will give you a separate thread where your download will dwell and a signal will be sent to the progress bar in the main thread updating it...

View Article



Progress bar

You probably need to run your download on a separate thread than the UI thread.  My guess is that you're tying up the UI thread with the download, instead of letting it handle the actual UI events....

View Article

Progress bar

Hey,I built a wpf to download and update a file, there is also a progress bar included in the project that is supposed to show the download progress, however when I run the project the program...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images