Page 1 of 1

Help with API's

Posted: Mon Apr 14, 2008 9:03 pm
by ARCC
*** Translated by a Translator Web ***

Good day for all...

Friends there is form to obtain by means of API the serial of the BIOS and CPU, the serial of makes of the hard disk or rigido, the MAC address of the network card, which I look for is the way to protect the programs that we do, but simultaneously also I look for compatibility with the operating system Windows from 95 to Vista.

Note: That I can do it with WMI but does not work with Win9x nor WinME to where I have read.

Posted: Mon Apr 14, 2008 9:23 pm
by Antonio Linares
Antonio,

MsgInfo( "HardDisk serial number: " + Str( nSerialHD() ) )

MsgInfo( GetNetCardID() )

Posted: Mon Apr 14, 2008 10:16 pm
by ARCC
SET SPANISH

Buen día para todos....
Antonio Linares wrote:Antonio,

MsgInfo( "HardDisk serial number: " + Str( nSerialHD() ) )

MsgInfo( GetNetCardID() )
Buscando en el foro conseguí el GetNetCardID(), el nSerialHD() devuelve el serial lógico del disco, pero cuando se formatea el disco se pierde por eso necesito el serial de fabrica del disco ya que ese no cambia nunca. Mira este link http://www.azsdk.com/hardwareid.html y veras lo que quiero hacer.

Pregunto, el código fuente de GetNetCardID() viene incluido con FWH?, sino viene que tan factible es que lo proporciones. Se puede usar GetNetCardID() de forma remota, o sea obtener el MAC de otro PC por la red?.

De todas maneras muchas gracias por tu ayuda, seguiré buscando la manera de hacerlo hasta conseguirlo.

Posted: Mon Apr 14, 2008 10:40 pm
by Antonio Linares
Antonio,

Please review this topic too:
http://fivetechsoft.com/forums/viewtopic.php?t=8805