07-09-2006, 11:04 PM
Dave Wrote:Correct, you need to move the winsock(0) to another value to keep (0) the only one listening.
ok thanks thought so...
so...
where it receives connections add something like
number = number + 1
i = number
then have winsock(i) as the thing it sets it too...
or is there a better way of doing this...
thanks im just trying to learn about it as much as I can