11-27-2011, 08:57 PM
Well, I am not God. But thanks for the compliments!!
Winsock1 is the name of the control, but it is the control itself. If you would like to actually create a new Winsock control, and add it to the list, do something like this
Hopefully this helps!
Winsock1 is the name of the control, but it is the control itself. If you would like to actually create a new Winsock control, and add it to the list, do something like this
Code:
Dim WS1 As New Winsock
wList.Add(WS1)
Hopefully this helps!