I need some kind of tutorial how to make a program that uses winsock control(s) to use multiple connections to one server. I need a tutorial that explains what to do (notjust the code), Can anyone help?
Printable View
I need some kind of tutorial how to make a program that uses winsock control(s) to use multiple connections to one server. I need a tutorial that explains what to do (notjust the code), Can anyone help?
To easily make a server connect to multiple clients change the winsock properties to UDP. The only difference in implementing this is that
A)You must bind the winsock control to a port ie:
B)UDP does not have to connect, just send the message to the remotehost and portCode:winsock.bind 1024
If you have VB you should have vb books online, look up winsock and it should elaborate more. Sorry not too detailed, I'm at work
huh?
Use a control array.
For more info see:
Using the Winsock Control