|
Edit by Moderator: Start your own threads please
Question about the winsock array. Ive seen people make controls on the form where its only winsock(0) then in the code they will open multiple connections such as
for i = 1 to 100
winsock(i)
next i
So its like using 100 different connections. When i tried that, make a control on the form and making it into an array and just called winsock(0), it says that its out of bounds because that control doesnt exist. What special things do you need to do to get this to work.
|
Last edited by reboot; 05-21-2006 at 12:17 PM.
|