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?
There must be a way!Code:Dim WithEvents WS() as Winsock or Type tUser WithEvents WS as WinSock End Type User() as tUser




Reply With Quote