|
-
Mar 19th, 2007, 10:09 AM
#3
Re: Download Big Size Files
First, VB is the wrong language to use for the project.
That said, how large will the largest file be? VB can only handle filesizes up to 2GB.
Also, why split the files up? The reason download managers do this is because they're downloading multiple pieces of the file at the same time, not just to break the file up. Do you know how to do a resumed download in FTP? (That's how you download more than 1 piece of the file at a time.)
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
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
|