Programming Tutorials

Comment on Tutorial - Chat client in VB.net By Issac



Comment Added by : Matthew

Comment Added at : 2009-06-16 13:08:48

Comment on Tutorial : Chat client in VB.net By Issac
Okay, I have implemented this and it works, except for one thing. Running it from the compiler, when I kill the program by clicking on "X" icon in the upper right hand corner of the form, the form disappears but the program keeps running. How do you do a controlled log-off from the Chat Server and kill the multi-threaded segment prior to exiting?

View Tutorial