.Net server in GUI mode

Hi,

When you start a .Net server in GUI mode, is there a way to modify the window that pops up? I would like to change the size, logo and add some more information there.

// Thom

yes, you can. check to the last section in this topic: https://docs.remotingsdk.com/Servers/Concepts/ApplicationServerClassNet/

yours,
marc

Thanks, Marc. Works great.

One more thing, I can get a set the server port using server.NetworkServer.Port but is there a way to read the assigned server IP address?

// Thom