Chat application in c#

Project 16

Caracteristics

Description

I wanted to be able one day to create games using network, I tried to do some funny things with it. I started to create my own little chat applicaiton. I began by opening a port on my box to be able to receive data. Then I discovered how worked the sockets in c#. I coded a bit of code to automate network procedures. Once the application was working normally, I added an intresting features which allowed the user to send colored message. To do that, the user should englobe the text with double *, then writting in parenthesis the name of the color, or it's rgb numbers.

Example : **text**(blue) - or - **text**(12,142,52)

Visuals (Click on one pick to enlarge it)

Connexion screen. Some messages sended. Sending colored messages.

Hey test test