I would like to create a program with which the user can configure its tcp network settings like
- use DHCP or not
- if not, then set up ip-address, subnet, gateway, etc by hand.
Basically it should be what this dialog is doing:
Is this possible? I guess there could be some native win32 functions for this, which i could PInvoke.