Author | Message | Time |
---|---|---|
TriCk | I'm sure this question has been asked atleast 20 times, but please tell me anyway... I tried searching and found nothing. | August 24, 2003, 7:18 AM |
TriCk | 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 | August 24, 2003, 7:43 AM |
CrAz3D | I can I ask what the wuestion was? I don't completely understand "Loading a new winsock". | August 24, 2003, 4:52 PM |
Adron | Loading another instance of the winsock control... | August 24, 2003, 5:18 PM |
CrAz3D | Oh, ok then | August 24, 2003, 9:56 PM |