
Multithreading WINSOCK in VB6
You need to use the Asynchronous winsock functions or use non-blocking.
The standard winsock function are blocking which make your program wait
until the task has completed. As far as examples, sorry, I don't have
any.. I'm trying to learn how to do this myself.. You can check out the
MSDN Online Library under:
Platform SDK
Networking and Directory Services
Network Protocols
Windows Sockets Version 2
The asynchronous functions start with WSA...
That should give you a good starting point.. Good luck!
Dan
Sent via Deja.com
http://www.deja.com/