Re: Make Online TCP Chat
Posted: Thu Sep 15, 2011 9:27 pm
Lol @ Cody's comment. I'm fine if you copy my posts as long as my name is in there somewhere. I'll let everyone have this sample.
btnConnect_Click is called when you want to connect to the server.
You can copy the code into a single project, or you could split the relevant client/server functions into 2 different projects.
The chat is encoded/decoded as ASCII in the sample.
i Still need some help in making the client and host and how to declare the encodingbtnListen_Click is called when you want the server to listen.
btnConnect_Click is called when you want to connect to the server.
You can copy the code into a single project, or you could split the relevant client/server functions into 2 different projects.
The chat is encoded/decoded as ASCII in the sample.