Quote Originally Posted by The trick View Post
lowe517, you can't call the methods of an object between threads without marshaling. You can pass the socket handle between threads so you can create an auxiliary object which lives in the thread. See the example.
Thanks! I 'll check this out