Setting things like TCP/IP Address and Gateway through code.
-
I need to write functions that will allow the user to change network settings ( we are doing this as part of an Embedded XP project and need to provide our own interface. ) Can anybody direct me to where I can find documentation on how to do this? I realize I'll have to write the code myself and probably end up calling Windows APIs but I can't find anything helpful out there. TIA - Jeff.
-
I need to write functions that will allow the user to change network settings ( we are doing this as part of an Embedded XP project and need to provide our own interface. ) Can anybody direct me to where I can find documentation on how to do this? I realize I'll have to write the code myself and probably end up calling Windows APIs but I can't find anything helpful out there. TIA - Jeff.
Not sure if this is what you're looking for but it might lead you in the right direction. http://www.codeproject.com/csharp/OazSwitchNetConfig.asp
-
Not sure if this is what you're looking for but it might lead you in the right direction. http://www.codeproject.com/csharp/OazSwitchNetConfig.asp