I need to get the MAC Address of the computer, I don't mind using ActiveX..
Suler
7:17 am on May 4, 2006 (gmt 0)
I need to find a way to get the MAC Address of the computer, I don't mind use an ActiveX control but I can't find anything anywhere. I need to get the MAC of the ethernet on the motherboard or one that's physically attached such as a regular NIC.
carguy84
7:06 pm on May 4, 2006 (gmt 0)
You'll have to use an ActiveX control or an applet because the MAC ID doesn't get passed further then the first node it hits on a network. So you'll need a component that can read the client's machine directly.
Chip-
Suler
6:43 pm on May 6, 2006 (gmt 0)
That's fine I don't mind that, I can't find any that work correctly, I tried some of them but on some of the machines I get the mac address with all 0's. There's got to be a way to read them correctly...