I\'d like to be able to read the mac address from the first active network adapter using VB.net or C# (using .NET 3.5 SP1) for a winform application
You need to DllImport GetAdaptersInfo -- here's some C# code
http://www.codeguru.com/cpp/i-n/network/networkinformation/comments.php/c5451/?thread=60212