Building my own front end to the network configuration.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

I have a product that will allow users to enter some, but not all, of the
network options (TCP/IP Address, Gateway, ...) Are there calls that I can
make that will write the appropriate spot in the registry. Or are there
routines that I should be calling that says 'make this the new tcp/ip
address'.

TIA - Jeff.
 
Id suggest using WMI rather than writing to the registry.

Check out System.Management namespace and the WMI_Win32NetaworkAdapter
and WMI_Win32NetworkAdapterConfiguration WMI classes in MSDN
documentation for more information.
 
Back
Top