[C#] Chat system

Newbie Spellweaver
Joined
Jun 24, 2008
Messages
6
Reaction score
0
If someone has any spear time can they code a simple chatting system? That you can just put your IP address in it and then it will automatically connect to the other clients computer and wouldn't need to open ports?

I have been trying to get my own code to work, it will never actually work without me having to open ports.

Thanks for who ever gave their time to read this post and trying to code a little program for me to use as a guide.
 
I'm not like takign someones else work. I'm just taking the source and just seeing what that person did and see how they did it differently to my own source. And see what i could do to make mine better.

Also Parker ummm what do I do with your site...?
 
I'm pretty good at C#. What do you mean by, chat system?
 
I'm pretty good at C#. What do you mean by, chat system?


Well you know MSN something like that. Where you can just add a few buddies and then you can see weather or not your friends are online and w/e.
Also, you wouldnt need to open any ports and what not.

Simple chatting program.
 
Generally, the server must open the ports, the clients do not. But if your client is a server aswell...it'll need to open those ports. MSN does that, using an installer they open up the ports they use.
 
oh i c...

But another question wat is a basic thing to make out of C# cuz if find Chatting system is a bit hard lol haha is there something thats eaiser
 
Back