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 -
And for winsock...Code:Dim TypeArray() As ThisType Type ThisType Bla As String End Type
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.Code:Load Winsock(Index)
I need to be able to control which index is assigned to which socket, as each index will refer to certain variables.




Reply With Quote