Hi,
I am using Ultimate Winsock Downloader (HTTP, FTP, Files > 4GB) to try and download simultaneously by making the controls into control arrays.
However, if I have
but the new control configuration
but I receive
Type Mismatch
or if I put
Object doesn't support this property or method.
Does anyone know how to get the above project working for multiple downloads?
Thanks,
Nightwalker
I am using Ultimate Winsock Downloader (HTTP, FTP, Files > 4GB) to try and download simultaneously by making the controls into control arrays.
However, if I have
vb Code:
loader.DownloadHTTP File, savelocation
but the new control configuration
vb Code:
Download index, frmMain.lblStatus, frmMain.ctlDownloader, Furl
but I receive
Type Mismatch
or if I put
vb Code:
Download ctlDownloader.Item(index), frmMain.lblStatus, frmMain.ctlDownloader, Furl
Object doesn't support this property or method.
Does anyone know how to get the above project working for multiple downloads?
Thanks,
Nightwalker