views:

454

answers:

1

I have been searching and reading all day, and have not found a UDP sockets programming tutorial suitable for a newbie. I know UDPClient programming, but, because of the inability of UDPClient to receive a message without blocking AND without having problems with cross-thread commands, I have turned to sockets. I don't even truly know if what I am trying to do is possible, so please help in any way you can. Much Obliged.

+3  A: 

Try these:

Remember: Google is your friend.

Rubens Farias
As I said, I have been Googling all day. I was hoping that people would have knowledge of secluded tutorials or something.
Bloodyaugust
Last link seems very interesting (Simple UDP example code), take a look
Rubens Farias
It was quite acceptable. Thank you.
Bloodyaugust