Re: Asynchronous File Downloading Queue System
So you're using the original version, not the multiple downloading version, correct? As I said in post #59, I'll get some examples up eventually. If someone else were to write examples using the class, that's fine too, I'm just to busy right now to get an example application running.
Re: Asynchronous File Downloading Queue System
Quote:
Originally Posted by
formlesstree4
So you're using the original version, not the multiple downloading version, correct? As I said in post #59, I'll get some examples up eventually. If someone else were to write examples using the class, that's fine too, I'm just to busy right now to get an example application running.
i think i'm using the multiple downloading version. at least i want to.
what i'm asking i thought should be too hard to make. i just need to add urls to queue and then download w/ progressbar.
Re: Asynchronous File Downloading Queue System
Quote:
Originally Posted by
JohnDorian
i think i'm using the multiple downloading version. at least i want to.
what i'm asking i thought should be too hard to make. i just need to add urls to queue and then download w/ progressbar.
It's not, the class isn't difficult to use. The version you're using, if you just downloaded the .VB file, is one that queues files and downloads them one at a time rather than simultaneously. Just create a new instance of the class and Add items to the queue. If you read the .VB file, you'll understand exactly what to do as I'm pretty sure I commented everything there.
Re: Asynchronous File Downloading Queue System
Quote:
Originally Posted by
formlesstree4
It's not, the class isn't difficult to use. The version you're using, if you just downloaded the .VB file, is one that queues files and downloads them one at a time rather than simultaneously. Just create a new instance of the class and Add items to the queue. If you read the .VB file, you'll understand exactly what to do as I'm pretty sure I commented everything there.
But what about the progressbar?
i did what you said and i had no problem with downloading, but i dont know how to get progress. i look into the class comments like you suggested.
Re: Asynchronous File Downloading Queue System
Quote:
Originally Posted by
JohnDorian
But what about the progressbar?
i did what you said and i had no problem with downloading, but i dont know how to get progress. i look into the class comments like you suggested.
There is a specific event that is raised which gives the progress for the file currently being downloaded. I'm not sure which one it is right now..but it is in there.
Re: Asynchronous File Downloading Queue System
I'm sorry if this is too old to be bumped, I'm kind of new.
I'm using the Demo to test out how it works. When I add the download to queue, Nothing happens. Stays the same at 0% precent. Nothing.
Re: Asynchronous File Downloading Queue System
Quote:
Originally Posted by
Xoslize
I'm sorry if this is too old to be bumped, I'm kind of new.
I'm using the Demo to test out how it works. When I add the download to queue, Nothing happens. Stays the same at 0% precent. Nothing.
What's the file you're trying to download?
Re: Asynchronous File Downloading Queue System
Quote:
Originally Posted by
formlesstree4
What's the file you're trying to download?
A direct link, a rar file. Anything I tried doesn'ts eem to wrok.
Re: Asynchronous File Downloading Queue System
Quote:
Originally Posted by
Xoslize
A direct link, a rar file. Anything I tried doesn'ts eem to wrok.
I can't remember if you're supposed to start it or if it downloads automatically...I'll look into it when I get some time.
Re: Asynchronous File Downloading Queue System
Quote:
Originally Posted by
formlesstree4
I can't remember if you're supposed to start it or if it downloads automatically...I'll look into it when I get some time.
What's the code to start downloading all the queue? Because your code to add it to the queue and the checkbox to auto download is missing code.
Re: Asynchronous File Downloading Queue System
Great work there!
Nice class, just downloaded the project and checking it out.
What i would suggest is to add Remaining Time, Downloaded so far and Time remaining columns.