How to achieve MULTIUSER operations in VB 6.0

Showing Answers 1 - 3 of 3 Answers

asohaney

  • Mar 6th, 2008
 

Use Winsock ActiveX Control to create a client and server application. Server will be listening on a port. When a connection is requested by a client, instead of assigning the connection to the listening socket, create a new socket and assign the connection to it , thus keeping the listening socket listening for requests to come.

This will help in creating a chat kind of application.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions