Search:

Type: Posts; User: HongKongCV

Search: Search took 0.01 seconds.

  1. Re: I need a Progress Bar for my Download/Upload manager

    Okay, some questions.

    Where are you recalculating the value of Percentage? I don't see that in your code snippet. You have to recalculate the Percentage each iteration through the loop BEFORE you...
  2. Re: I need a Progress Bar for my Download/Upload manager

    Okay, try your Google-fu, here... I searched on "BackgroundWorker ProgressBar VB Example" and found a couple of result pages that tell you what you want to know. For example, this one.

    Let's look...
  3. Re: I need a Progress Bar for my Download/Upload manager

    Make sure the background worker is set to ReportProgress. Inside the DoWork handler, periodically call ReportProgress to raise a ProgressChanged event back in the calling thread, and pass back a...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width