|
-
Jan 15th, 2006, 09:51 PM
#1
Thread Starter
Fanatic Member
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.
-
Jan 15th, 2006, 09:59 PM
#2
Re: Download by the byte.
-
Jan 15th, 2006, 10:00 PM
#3
Thread Starter
Fanatic Member
Re: Download by the byte.
-
Jan 15th, 2006, 10:49 PM
#4
PowerPoster
Re: Download by the byte.
to retrieve something from the internet using VB, you need to use the INet control.
-
Jan 15th, 2006, 10:54 PM
#5
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.
-
Jan 15th, 2006, 11:00 PM
#6
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|