I have a class which manages my network connections. I implemented the winsock control using WithEvents, but my problem is: How can I make an array?
Code:
Dim WithEvents WS() as Winsock

or

Type tUser
   WithEvents WS as WinSock
End Type

User() as tUser
There must be a way!