Results 1 to 40 of 132

Thread: Download Files From Web With Progressbar

Threaded View

  1. #11
    New Member
    Join Date
    May 2007
    Posts
    12

    Re: Download Files From Web With Progressbar

    Ok I replaced the line, now it's slow all the way. I think updating for every byte might be a little to much for the app. Now I reached 61-117 KBps, my maximum speed (of the same file) is 1058 KB/s. Do you know the line to format in MB instead of autoformat?
    edit: when I remove the line entirely I get speeds from 640 - 890. Then the problem is solved... so the byte reporting is causing it to slow down.

    edit2:

    This also works (1 MB/s):
    Code:
    lblProgress.Text = "Bestandsgrootte: " & WebFileDownloader.FormatFileSize(Progbar.Maximum)
    Last edited by sdk1985; May 1st, 2007 at 04:24 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width