Network cards address
Hello,
I want to implement security on my application (based on network card's address),
so that it will not run on machine with unregistered card's address. Is it
posible to get the information about card's address ?
Thank in advance
SI SOL
[291 byte] By [
SI SOL] at [2007-11-9 23:49:09]

# 1 Re: Network cards address
search msdn for this title "HOWTO: Get the MAC Address for an Ethernet Adapter"
this article has a short c program that will get the mac address of the nci
on the machine...u can use this as your starting point.
cheers,
mike
"SI SOL" <SI_SOL@MAIL.COM> wrote:
>
>Hello,
>
>I want to implement security on my application (based on network card's
address),
>so that it will not run on machine with unregistered card's address. Is
it
>posible to get the information about card's address ?
>
>Thank in advance
>
>SI SOL
>
mike m at 2007-11-12 0:15:18 >

# 2 Re: Network cards address
You do realize that drivers are what reports the MAC address in NT so some
drivers allow the user to modify what is being reported.
--
Eli Allen
eallen@bcpl.net
"SI SOL" <SI_SOL@MAIL.COM> wrote in message news:398ef0bc$1@news.dev-archive.com...
>
> Hello,
>
> I want to implement security on my application (based on network card's
address),
> so that it will not run on machine with unregistered card's address. Is it
> posible to get the information about card's address ?
>
> Thank in advance
>
> SI SOL
>
# 3 Re: Network cards address
if you are using Windows 2000 you can use WMI, check out the Win32_NetworkAdapter
object, it has a property named MACAddress.
cheers, MH
"mike m" <michaelm@saccapital.com> wrote:
>
>search msdn for this title "HOWTO: Get the MAC Address for an Ethernet Adapter"
>
>this article has a short c program that will get the mac address of the
nci
>on the machine...u can use this as your starting point.
>
>cheers,
>mike
>
>
>"SI SOL" <SI_SOL@MAIL.COM> wrote:
>>
>>Hello,
>>
>>I want to implement security on my application (based on network card's
>address),
>>so that it will not run on machine with unregistered card's address. Is
>it
>>posible to get the information about card's address ?
>>
>>Thank in advance
>>
>>SI SOL
>>
>