Re: multi-channel download - WeOnlyDo Discussion board

Re: multi-channel download (General questions)

by wodSupport, Thursday, September 15, 2005, 12:32 (6809 days ago) @ teddy1969

Teddy,

yes, this is possible to put wodHttpDLX in an array. I don't know VB that much to tell you how to put OCXes in array.

However, I would suggest you use COM object instead. Since it's initialized from the code you can use any number of instances. Even more, if you use our fast notification interface instead of events (look at '7. Implements IwodHttpNotify interface' sample) then all of them will share same code.

What you need to do is initialize instance of wodHttpDLXCom, and then put it into some collection so it's alive even after variable is reused.

I suggest you try it out, and it if doesn't work then send me your code to techsupport@weonlydo.com and I'll see from there how to help.


Complete thread: