Re: multi-channel download (General questions)
I'm doing this within my app.
A little snippet to show how:
Dim iWodHTTP() As wodHttpDLXCom
Implements IwodHttpNotify
Then I have a function in which I create a new HTTP request
ReDim Preserve iWodHTTP(iMyIndex) As wodHttpDLXCom
Set iWodHTTP(iMyIndex) = New wodHttpDLXCom
Set iWodHTTP(iMyIndex).Notification = Me
iwodhttp(iMyIndex).url=the_URL_to_request
iwodhttp(imyIndex).GET
The iwodHTTPNotify_done event is fired when that request is done.
Complete thread:
- multi-channel download - teddy1969, 2005-09-15, 11:14
- Re: multi-channel download - wodSupport, 2005-09-15, 12:32
- Re: multi-channel download - teddy1969, 2005-09-15, 12:41
- Re: multi-channel download - Dirk, 2005-09-15, 21:11
- Re: multi-channel download - teddy1969, 2005-09-19, 11:58
- Re: multi-channel download - Shakeeb Ahmed, 2007-09-11, 11:32
- Re: multi-channel download - woddrazen, 2007-09-11, 11:41
- Re: multi-channel download - Shakeeb Ahmed, 2007-09-11, 13:01
- Re: multi-channel download - woddrazen, 2007-09-11, 13:07
- Re: multi-channel download - Shakeeb Ahmed, 2007-09-11, 13:17
- Re: multi-channel download - wodSupport, 2007-09-11, 15:50
- Re: multi-channel download - Shakeeb Ahmed, 2007-09-11, 18:00
- Re: multi-channel download - wodDamir, 2007-09-11, 18:32
- Re: multi-channel download - Shakeeb Ahmed, 2007-09-11, 21:30
- Re: multi-channel download - wodDamir, 2007-09-11, 18:32
- Re: multi-channel download - Shakeeb Ahmed, 2007-09-11, 18:00
- Re: multi-channel download - wodSupport, 2007-09-11, 15:50
- Re: multi-channel download - Shakeeb Ahmed, 2007-09-11, 13:17
- Re: multi-channel download - woddrazen, 2007-09-11, 13:07
- Re: multi-channel download - Shakeeb Ahmed, 2007-09-11, 13:01
- Re: multi-channel download - woddrazen, 2007-09-11, 11:41
- Re: multi-channel download - Shakeeb Ahmed, 2007-09-11, 11:32
- Re: multi-channel download - teddy1969, 2005-09-19, 11:58
- Re: multi-channel download - Dirk, 2005-09-15, 21:11
- Re: multi-channel download - teddy1969, 2005-09-15, 12:41
- Re: multi-channel download - wodSupport, 2005-09-15, 12:32