Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: TriCk on August 24, 2003, 02:18 AM

Title: Loading a new winsock
Post by: TriCk on August 24, 2003, 02:18 AM
I'm sure this question has been asked atleast 20 times, but please tell me anyway...

I tried searching and found nothing.
Title: Re:Loading a new winsock
Post by: TriCk on August 24, 2003, 02:43 AM
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
Title: Re:Loading a new winsock
Post by: CrAz3D on August 24, 2003, 11:52 AM
I can I ask what the wuestion was?  I don't completely understand "Loading a new winsock".
Title: Re:Loading a new winsock
Post by: Adron on August 24, 2003, 12:18 PM
Loading another instance of the winsock control...
Title: Re:Loading a new winsock
Post by: CrAz3D on August 24, 2003, 04:56 PM
Oh, ok then