this is no winsock control on my form (because there is no form =) this is in a class module i wish to eventually get into a DLL)

this is in my code

Dim sckConnections() as Winsock

i need to allocate/deallocate connections on the fly. I am unable to receive events to get this working.

What am i missing?

thanks a bunch