I need to write C# code for the below request - My exe allows to change the TCP/IP configuration to DHCP while they select Dynamic IP button
I am in need of piece of code (or else) please provide suggessions/related links
I need to write C# code for the below request - My exe allows to change the TCP/IP configuration to DHCP while they select Dynamic IP button
I am in need of piece of code (or else) please provide suggessions/related links
You can use the netsh tool, and you can invoke that from any programming language: http://support2.microsoft.com/kb/257748