Programming Tutorials

Comment on Tutorial - Multi Threaded Client Socket Programming in VB.net By Issac



Comment Added by : JhunZhen

Comment Added at : 2011-07-09 21:42:32

Comment on Tutorial : Multi Threaded Client Socket Programming in VB.net By Issac
This is really helpful, i'm planning to also add a script where if a new client connects, the names of the new client will show up in all the clients window, lets say there is an extra window on clients side where it shows all the names of the client who are connected to the server, i can see that on the script every time a client connects it create a thread and logs the name of the clients, but i don't know how can i go from there., thank you so much!

View Tutorial