I'm sure this question has been asked atleast 20 times, but please tell me anyway...
I tried searching and found nothing.
nvm Found it
Dim numSocks as Long
Sub addSocket()
numSocks = numSocks + 1
Load myWinsock(numSocks)
End Sub
I also forgot to say what language it was.. (vb6) :-X
I can I ask what the wuestion was? I don't completely understand "Loading a new winsock".
Loading another instance of the winsock control...
Oh, ok then