How to change TCP/IP settings in VB.Net

K

Kevin Yu [MSFT]

Hi Abel,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know how to set IP address
using VB.NET. If there is any misunderstanding, please feel free to let me
know.

As far as I know, we can use WMI to change the IP address of a certain
device. Here, I found a very good example to show how to do this in .NET.
However, it's in C#, but I think it will be easy to translate it into
VB.NET for you. HTH.

http://www.codeproject.com/csharp/CsTCPIPWMI.asp

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top