Hello everyone,

I have an application which serves as a server. Whenever a client connects to the server, I want to display his or her IP as a string (in a MessageBox).

All I have, is a SOCKET variable with an established connection to the client, getting the IP out of it should be possible, right?

With kind regards,
apsync