Free desktop tools and utilities for Windows. Download our software now.Free desktop tools and utilities for Windows. Download our software now.
HomeContact us
molecular biology software
scf trace assembly

Hardware IDExtractor
Hardware serial number extractor library

DNA chromatogram assembly

Main page

 

Simple demo - Source code:

 

Two lines of code is all you need to use the DLL:

 

 

 

UNIT Unit1;
INTERFACE
USES Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;

 

TYPE
  TForm1 = class(TForm)
    Button1: TButton;
    procedure Button1Click(Sender: TObject);
  private
  public
  end;

 

VAR Form1: TForm1;

 

{ FUNCTIONS IMPORTED FROM DLL: }
function CPUFamily : ShortString; stdcall; external 'HardwareIDExtractor.DLL'; { Get cpu identifier from the windows registry }

implementation {$R *.dfm}

procedure TForm1.Button1Click(Sender: TObject);
begin
  Caption:= CPUFamily;
end;

 

end.

 

 

 

Download the source code.

 

 

Related words: Get disk serial, real hard drive serial number, hardware ID number, programming code, DLL library, extract hardware info, get CPU producer frequency and producer

contig assembly software
   
                                   Hardware ID Extractor Support