Hy all!I am trying to make a multithreaded GUI based chat server.I connect client successfully but when i want to show a separate window for that client for cahtting that is not displayed.I have made a thread in which i create the chat window/form.What could be the problem?
MultiThreaded Chat Server
Collapse
X
-
We need more information on what you've done in order to help you. Saying "it doesn't work" really doesn't give us anything to go on.
In general, you're going to have your chat form receiving events from your chat server and sending events for messages to your chat server. If this process is breaking down somehow, and you can't figure out why, post some relevant code.
Comment