Re: winsock chat server help
You don't need to send disconnect to client. Just close the client's socket from the server. This will cause the client's socket Close event to fire and in that event you can MsgBox client that he has been booted and also clear out the chat panel of the client. If you would read the code I gave you, you would see that and you wouldn't need to even have posted this thread.
Re: winsock chat server help
jmsrickland sir i have your source i only request 1 thing in your source add 1 chatroom in listbox when double clicked the chatroom on list1 then user changed room please