| To: | REALbasic NUG <realbasic-nug at lists dot realsoftware dot com> |
|---|---|
| Subject: | NetworkInterface and Vista |
| From: | Adam Ernst <rb at cosmicsoft dot net> |
| Date: | Mon, 30 Apr 2007 19:02:48 -0400 |
| Delivered-to: | listarchive at realsoftware dot com |
| Delivered-to: | realbasic-nug at lists dot realsoftware dot com |
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>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: compiler crash bug log - where do i send them?, Dennis Birch |
|---|---|
| Next by Date: | Re: Realbasic best possible solution to do 3D stuff, Giovanni |
| Previous by Thread: | Re: compiler crash bug log - where do i send them?, Dennis Birch |
| Indexes: | [Date] [Thread] [Top] [All Lists] |