Does anyone have any sample VB6 code for a UDP application that would
accomplish the following:
Client(s) sends message to server
Server multicasts the message to all active clients.
Currently what I have is that all clients that are running can send a
message to the server, however, the Server seems to only be sending the
message to the first client that sent it a message.
Thanks
MS