03-26-2009 03:51 AM
Hi
Is it possible to get the name of network connection icon(refer to the attached pic) through program based on ip address?
Pls let me know if there is a way.
Thank you.
Solved! Go to Solution.
03-26-2009 07:55 AM
I think the .NET example VI located here will give you what you want...
http://decibel.ni.com/content/docs/DOC-1089
03-26-2009 09:11 AM
03-26-2009 09:34 AM
I would guess, that info is stored in the registry. You can try searching for the name to find the keys.
Felix
03-26-2009 09:57 AM
Here is a more comprehensive VI to get all named adapters, and the ip addresses assigned to each...
03-26-2009 11:05 AM
Hi guyz
Bravo! Bravo! I did not expect such an elegant solution. Thank u very much!
Btw, another question: How can I change IP of a certain IP using dotnet in Labview?
03-26-2009 11:22 AM
rdtttttttttttttt wrote:Hi
Is it possible to get the name of network connection icon(refer to the attached pic) through program based on ip address?
Pls let me know if there is a way.
Thank you.
Another solution which does not invoke the entire .Net resource hog, would be posted in this thread.
Rolf Kalbermatter