I have a program in vb6 that uses a winsock control on a form that connects to a scale on the network and reads in the continuos output. Once there is a stable weight it closes the connection and shows the weight on another form. I need to convert this to C# and call it from the vb6 application. There are all kinds of client/server chat program samples out there but I do not think these fit exactly with my scenario. Are there any good C# socket articles anyone has a link to that would demonstrate something similar to my needs?


Thanks in advance.