Hi.
I need help with my usercontrol where i have successfully used WinHttpRequest to download files with progress
for a single file.
I now want to use my download usercontrol as an array but cannot figure out how to change my code to that effect.
I am struggling with the Put #ff , , Data how to change this so multiple files can download at the same time.
Was thinking i could do something like Private WithEvents http() As WinHttpRequest and create an array of http's but error'd out.
I have uploaded my test project for anyone to see (up free for 1 week)
https://filebin.net/emd9llce2z5oj1ja...zip?t=ect7cblr
Would really like to get this working similar how i used the VB6 Async usercontrol method
thanks
I need help with my usercontrol where i have successfully used WinHttpRequest to download files with progress
for a single file.
I now want to use my download usercontrol as an array but cannot figure out how to change my code to that effect.
I am struggling with the Put #ff , , Data how to change this so multiple files can download at the same time.
Was thinking i could do something like Private WithEvents http() As WinHttpRequest and create an array of http's but error'd out.
I have uploaded my test project for anyone to see (up free for 1 week)
https://filebin.net/emd9llce2z5oj1ja...zip?t=ect7cblr
Would really like to get this working similar how i used the VB6 Async usercontrol method
thanks