How to get MAC address of client machine in c# and vb.net
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I am not sure what you mean by client machine, because you can only get the MAC address of a NIC of the machine your application executes under. For this you could use ManagementClass: C#:
VB.NET:
|
||||
|
|
|
This should work in vb - i am sure c# is close to this
Declare following object variables.
Execute the query.
Dispose object variables.
|
|||||||
|
|
the desired answer is
|
|||
|
|