How to programmatically execute the Network Setup Wizard and cofigure a lan connection with static

Posted by Aakar on Stack Overflow See other posts from Stack Overflow or by Aakar
Published on 2010-04-08T11:10:08Z Indexed on 2010/04/08 11:13 UTC
Read the original article Hit count: 147

Filed under:
|
|

Hi, I am creating an application that is connecting to another computer through an Ethernet cable in XP. I need to execute the network setup wizard to setup a local area connection (with File sharing Turned On) and then set static ips and the default gateway; all this programmatically using C#. How can this be achieved?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET