Unregistered
04-03-02, 10:55 PM
To make a long story short, I'm having a problem using multiple Winsock controls to manage multiple connections over my program. The problem isn't that it doesn't work, actually it does, my problem is using multiple Winsocks.
I'm using a control array to to identify the individual connections (tcpServer). But I need to make a private sub to accept incoming connections:
------------------
Private Sub tcpServer_ConnectionRequest(ByVal RequestID as Long)
------------------
I can declare this sub if I'm using a single Winsock conrol, but not when they're in an Array form... I get an error message about the format of the Sub...
Anyone know what I can do about this?
-----------------------------------------------
Someone once told me how scary it was how much top-soil we lose each year to errosion. But I told that story around the campfire, and no one got scared.
-----------------------------------------------
I'm using a control array to to identify the individual connections (tcpServer). But I need to make a private sub to accept incoming connections:
------------------
Private Sub tcpServer_ConnectionRequest(ByVal RequestID as Long)
------------------
I can declare this sub if I'm using a single Winsock conrol, but not when they're in an Array form... I get an error message about the format of the Sub...
Anyone know what I can do about this?
-----------------------------------------------
Someone once told me how scary it was how much top-soil we lose each year to errosion. But I told that story around the campfire, and no one got scared.
-----------------------------------------------