Hey Guy,
I've been trying to get back into writing code as a hobby and to start with about a week ago I started to learn C++. Went through plenty of guides and such to try and make an IP Messenger. I then found it a little more time consuming to build a UI and put in place different threads and such to not make the UI Crash / hang while waiting for functions to finish. So I decided to do something with C# yesterday morning, and I've come up with this. Not I've never touched C# before at all, and it is a little different C++ which is what I was learning, but rather easy to code, if not, one of the easiest I've looked at. Here's what I came up with so far if anyone is interested. BTW, I've just got it to send messages, and at the moment it is very buggy, but the principle is there and it does work!
Main code: http://www.pastebin.ca/raw/2394182
Zip download, for people who are interested: https://mega.co.nz/#!0YZFATBR!MOHztSrtGAypMNQXKFxW-mg49IkI-efRzMoebiTfQoU
