Re: Multi-Threaded 'Get' Example (General questions)
Greg,
It's simple as declaring two instances, something like this (VB6 syntax):
Dim withevents http1 as wodHttpDLXCom
Dim withevents http2 as wodHttpDLXCom
and initializing them using New statements:
Set http1 = new wodHttpDLXCom
Set http2 = new wodHttpDLXCom
Ofcourse, you can also use an array to create multiple instances.
Hope this helps.
Regards,
Damba