Before anything else I did try to use the search option, but it continuously failed to load.

I'm new to VB.NET, from experienced in VB6. Most I have figured out but I am unsure of how to spawn Types and Sockets.

Example:
VB6 -
Code:
Dim TypeArray() As ThisType
Type ThisType
  Bla As String
End Type
And for winsock...
Code:
Load Winsock(Index)
well that was easy! But it has me stumped in vb.net, I hear using system.net.socket is the most efficient way to use sockets so I would like to spawn those.

I need to be able to control which index is assigned to which socket, as each index will refer to certain variables.