Results 1 to 6 of 6

Thread: Download by the byte.

  1. #1

    Thread Starter
    Fanatic Member Nove's Avatar
    Join Date
    Jul 2004
    Posts
    736

    Download by the byte.

    Ok, I want to download a file from a specific location on the internet. Is there a way I can find out the size in bytes of the file and then download each specific byte? Or, is there a way where I can download the file and be able to check the progress of the download? Thanks. Also, when copying or deleting files on the hard drive, is there a way to check the progress? Thanks.

  2. #2
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959

    Re: Download by the byte.

    inet control.

  3. #3

    Thread Starter
    Fanatic Member Nove's Avatar
    Join Date
    Jul 2004
    Posts
    736

    Re: Download by the byte.

    Please, expound.

  4. #4
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Download by the byte.

    to retrieve something from the internet using VB, you need to use the INet control.

  5. #5
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959

    Re: Download by the byte.

    could use the winsock control or vb' s AsyncRead method as well.

    overall, the AsyncRead, in my experience is the cleanest.

  6. #6

    Thread Starter
    Fanatic Member Nove's Avatar
    Join Date
    Jul 2004
    Posts
    736

    Re: Download by the byte.

    Ok thanks, I'll look into it.

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