I have created a chat program in Visual Basic 6 using C++, but I want the client to show the server IP address so that I can communicate over a LAN network. Can anyone help?
1
Expert's answer
2010-07-19T10:41:56-0400
Try to use Broadcast. The server will send broadcast packages into the network, so all clients will be able to see which server on the local network is now active and connect to the addresses from which these packages were received.
Comments
Leave a comment