Someone try the following chunk of code on Vista and tell me what you  
get. I get the same interface repeated a dozen times.

   dim s as string
   for lc as Integer = 0 to System.NetworkInterfaceCount-1
     dim i as NetworkInterface = System.GetNetworkInterface(lc)
     s = s + i.IPAddress+"/"+i.SubnetMask+" "+i.MACAddress+EndOfLine
   next
   s = mid(s, 1, len(s)-1)
   MsgBox s


Adam Ernst

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to