Quote Originally Posted by rex64 View Post
It gets passed into the function from this event. Should this have more or different parameters?
vb Code:
  1. Public Event DataArrival(ByVal message As String)
What class is that event declared in ? The Socket class in the .Net framework has no such event.