Hello all,

Previously I've been a user of VB6 - All of our programs we create send and receive data on serial ports and on the ethernet port, in VB6 this was easy using the winsock control - However with VS2013 I think you need to use sockets for the ethernet port.
But I cannot for the life of me get my head around.

All I want is my program to connect to IP address 192.168.0.54 and port 10001 and send a "C".
I also want it to receive data and display it each time it does.

Surely that isn't difficult? I've been trawling around for ages now trying to find examples but just can't seem to get any to work, can anyone offer any help?