Results 1 to 1 of 1

Thread: Asynchronous File Download Using WebClient

Threaded View

  1. #1

    Thread Starter
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Asynchronous File Download Using WebClient

    C# version here.

    Something similar may have been posted before but, regardless, the attached project demonstrates how to download a file asynchronously, i.e. on a secondary thread to maintain a responsive UI, while displaying progress with download speed and time remaining.
    Attached Files Attached Files
    Last edited by jmcilhinney; Dec 10th, 2020 at 08:48 PM.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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