Hi everyone,
I need to write a simple chat program (form application) using TCP/IP methods - socket programming. So simple that all I need in my forms is a textbox for each in which I'll be able to send strings. Plus, a send button. That's all, nothing complicated, like users lists etc. Not anything complex like the examples on the i-net. What shall I do and how? I have some commands that send strings but it only works with console application, I'm really stuck and I don't know how. I'll really appreciate if you could help me, thanks!
I need to write a simple chat program (form application) using TCP/IP methods - socket programming. So simple that all I need in my forms is a textbox for each in which I'll be able to send strings. Plus, a send button. That's all, nothing complicated, like users lists etc. Not anything complex like the examples on the i-net. What shall I do and how? I have some commands that send strings but it only works with console application, I'm really stuck and I don't know how. I'll really appreciate if you could help me, thanks!
Comment