Hi.
A while ago I had the need to send and / or receive files via ftp in a VB6.0. To do this I had recovered from a class VB network that uses the API Wininet.dll (from www.VBIP.COM). The code has been working well and continues to operate. The problem is that when I download or upload large files or the number of files is high, the transfer of files takes all the resources of the system and you can not do anything: we must wait until the transfer is finished to be able to launch any other application. It seems that the problem is class specific, but rather of the Wininet.ddl. I downloaded and tried several other examples from the network employing the same dll and give everyone the same problem.
Someone knows why and how to solve?
Thank you.