Winsock: More than one connection?
Hey guys, I'm trying to have one form act like a server that can recieve multiple connections.
I'd like to know if this is even possible because I've been searching around and the only examples I see are for vb6 and when converted to .NET it just gets all mixed up and tangled.
I'll continue my searches but any help is appreciated!!
Thanks guys
James
Re: Winsock: More than one connection?
You need to use Sockets in .Net.
Check the 101 .NET samples sticky post for sample projects
Re: Winsock: More than one connection?
If you have learnt winsock it may help you a little, but sockects in .Net are more powerful and well more complicated to get to grips with. But better :)
Moved to network and added title
Pino