26-09-2007, 07:42 PM
It is possible, you just have to use threads. I'm not sure if it is possible with VB6.0(probly it is, but I never used it in VB6.0). I used it is C++, actualy I was working with this a few hours ago. I'm making a winsocket Class for C++, using C's winsock2.h. To handle all the connections from all the sockets the server may have, you need to use a thread just to keep listening to the port, and an other one for each connection you are online, listening to the packets they send to you. I think it can be done with VB6.0, just google it ^^