Asynchronous Sockets Class with events
I am new to C# and I need to build a few different apps of the next few months that communicate via socket communication. I have done this with VB in the past and I need to do something similar with C#. I have taken a stab at this myself and I can't seem to get it working. Working with the UI thread and a worker thread and passing data from one to the other has got me frustrated. I wonder if someone has built a class that has the events that I can use to grab the data on the UI thread and display it etc that they are willing to share. I have looked at a lot of examples and tried lots of things but I can't seem to get it working.
Any suggestions or help would be great.
Darby