Click to See Complete Forum and Search --> : Network card's address
SI SOL
08-07-2000, 02:24 PM
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
08-07-2000, 02:25 PM
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
>
Eli Allen
09-12-2000, 01:41 AM
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.devx.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
>
Michael Howard
09-12-2000, 02:52 PM
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
>>
>
devx.com
Copyright WebMediaBrands Inc. All Rights Reserved