realbasic-nug.it
[Top] [All Lists]

Re: Codice MAC

To: REALbasic NUG Italian <realbasic-nug dot it at lists dot realsoftware dot com>
Subject: Re: Codice MAC
From: Marco Bambini <marco at sqlabs dot net>
Date: Wed, 20 Sep 2006 10:09:05 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug dot it at lists dot realsoftware dot com
References: <97A97062-A902-4240-B965-46C98969947E at tiscali dot it> <593A15B3-D40A-4CB7-8773-3FB5DC667B10 at elbrigante dot it> <44DBA055-27FB-44BF-A8B9-342AB4988FA0 at tiscali dot it>
Guarda sul manuale in linea NetworkInterface

Dim n as NetworkInterface

//Get the NetworkInterface object for the selected item
n = System.GetNetworkInterface( Me.listIndex)

//Get the MAC Address
MacAddressField.Text = n.MACAddress
//Get the IP Address
IPAddressField.Text = n.IPAddress
//Get the Subnet Mask
SubnetMaskField.Text = n.SubnetMask

---
Marco Bambini
http://www.sqlabs.net
http://www.sqlabs.net/blog/



On Sep 20, 2006, at 9:05 AM, Gualeni Giovanni wrote:

Un radioso buongiorno a tutti,
sapete dirmi se c'e' una funzione per rilevare il codice MAC su Mac e Win (possibilmente usando RB)?

Giovanni



<Prev in Thread] Current Thread [Next in Thread>