Results 1 to 37 of 37

Thread: VB6 Simple Async-Download-Ctl for multiple Files

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jun 2013
    Posts
    7,454

    VB6 Simple Async-Download-Ctl for multiple Files

    Just a simple demonstration of the AsyncDownload-Feature, any VB-Usercontrol has already built-in.

    It supports http- and ftp-downloads for files up to 2GB.

    What's perhaps interesting from a Control-Design-point, is the organization of the whole thing.

    There's a Host-Control: ucAsyncDLHost which only ensures Scrolling and Event-Delegation of the
    separate Download-Entries it manages and visualizes.

    The AsyncDownload itself is performed within another (Child-)Control: ucAsyncDLStripe,
    which is a windowless-Control (containing a simple Progress-Bar and a simple Stop/Resume-Button).

    So, those windowless-"Stripe-entries" make up the "Rows" within the outer ucAsyncDLHost Control.

    Here's the usual Screenshot and the Download-Link:

    http://vbRichClient.com/Downloads/As...nloadDemo2.zip

    Olaf
    Attached Images Attached Images  
    Last edited by Schmidt; Sep 7th, 2013 at 08:18 PM. Reason: Updated the Zip-Content

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