IP Address Change Notify

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Can anyone point me in the right direction for programmatically getting notifications of the change of an IP address by the user?

I have an app that monitors an IP address. If the user changes the address, I need to be informed.

Thanks

Jon
 
There is currently nothing in the FCL, to help you with this.
When running W2K or higher you have to call the IP Helper (iphlpapi)
functions using PInvoke, or MC++.

Willy.
 
Back
Top