views:

27

answers:

0

I'm trying to write a programme to connect to a list of a dozen or so clients asynchronously using VB.NET. I'm a newb to sockets and I'm having next to no luck. More of the latter to be precise.

Using this MSDN article, I would like to connect to the clients and store them in a List or Dictionary. I don't suppose anyone could help?

Thanks a lot.