Is there a way to watch for changes in the ip address in the same way as you can watch for changes to files using FileSystemWatcher? I connect to the machine via tcp / ip, but it takes some time until it gives me the ip address. I would like to disable the connect button until I have a valid ip address.
source
share