I am using a winsock control, set to UDP. When I recieve data using the GetData event, can I receive a bytearray and then from that byte array -- pull out the items such as an int, bool, string... if so, how do I do that using vb.

Thanks.