|
-
Sep 30th, 2000, 11:38 AM
#1
Thread Starter
Lively Member
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?
Frankie Weindel
VB 6 Learning Edtion SP3
-
Sep 30th, 2000, 01:35 PM
#2
Addicted Member
Use UDP not TCP
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 port
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
-
Sep 30th, 2000, 05:17 PM
#3
Thread Starter
Lively Member
Frankie Weindel
VB 6 Learning Edtion SP3
-
Oct 2nd, 2000, 08:53 AM
#4
Frenzied Member
Use a control array.
For more info see:
Using the Winsock Control
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|