WithEvents does not work. That only works for a single control. I'm using
I allocate winsock objects as they are needed and give them back when not needed. However, I can't catch any of the events for this control array. All the code is in a class module so I don't have the control array on the form.Code:Public sckConnections() as winsock
Can this be done?


Reply With Quote