Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fichiers
Recherche: 

A DLL for hardware info (cpu id,hdd id...)
Metin Emre, Ozcom Bilgisayar Ltd.
There is some pure VFP code for get CPU ID but this code works unstable with some computers. Waits until ten minutes sometimes. This .DLL works fast, get IDE serial too also doesn't require regsrv. If just getting HDD serial enough for you that feature is free. If you also want CPU ID too you have to pay a small fee (20€) in the other case you'll annoy with a warning popup.
Créé le
Il y a 8 années
Téléchargements
1261
Type de fichier
Shareware
General information
Résultat de votes:
Description
This's sample code:
*--------------- cpu ---------------------------
DECLARE STRING GetCPUID IN "HardwareIDExtractorC.DLL" long 
?getcpuid(1)
DECLARE STRING CPUFamily IN "HardwareIDExtractorC.DLL" 
?cpufamily()
DECLARE STRING GetCPUVendor IN "HardwareIDExtractorC.DLL" 
?getcpuvendor()
DECLARE STRING GEtCPUSpeed IN "HardwareIDExtractorC.DLL" 
?cpufamily()
DECLARE short IsIntel64BitCPU IN "HardwareIDExtractorC.DLL" 
?isintel64bitcpu()
DECLARE integer GetCpuTheoreticSpeed IN "HardwareIDExtractorC.DLL" 
?GetCpuTheoreticSpeed()
DECLARE short IsCPUIDAvailable IN "HardwareIDExtractorC.DLL" 
?IsCPUIDAvailable()
DECLARE string GetCpuIdNow IN "HardwareIDExtractorC.DLL" 
?GetCpuIdNow()
DECLARE integer GetCPUCount IN "HardwareIDExtractorC.DLL" 
?GetCPUCount()
*------------------ hdd ---------------------------------
DECLARE STRING GetIDESerialNumber IN "HardwareIDExtractorC.DLL" short
?GetIDESerialNumber(0)
DECLARE STRING GetPartitionID IN "HardwareIDExtractorC.DLL" string
?GetPartitionID("c:")
*--------------------- bios ------------------------------
DECLARE STRING BiosProductID IN "HardwareIDExtractorC.DLL" 
?biosproductid()
DECLARE STRING BiosDate IN "HardwareIDExtractorC.DLL" 
?BiosDate()
DECLARE STRING BiosVersion IN "HardwareIDExtractorC.DLL" 
?BiosVersion()
DECLARE STRING BiosProductID IN "HardwareIDExtractorC.DLL" 
?BiosProductID()
DECLARE STRING BiosVideo IN "HardwareIDExtractorC.DLL" 
?BiosVideo()
RETURN
Créé par
Metin Emre, Ozcom Bilgisayar Ltd.

Commentaires
Ajouter un commentaire
More downloads created from this member
Metin Emre, Ozcom Bilgisayar Ltd.
It generates a .PRG file for cursoradapter. So you can use that .prg file with your different forms. There isn't 512 chars barrel anymore. 09-02-10: small bug fix. 04-02-10: small bug fix. 02-02-10: bug fix about long field names. Update: ---------- -added bigint, blob, int support -option ...
Créé le
Il y a 14 années
Téléchargements
2429
Type de fichier
Freeware
Metin Emre, Ozcom Bilgisayar Ltd.
You can put right aligned numeric input with your textboxes in your VFP 8 forms with this class. This class is freeware. Also there is an another function version for Foxpro for DOS.
Créé le
Il y a 19 années
Téléchargements
1596
Type de fichier
Résultat de votes
4.50/5.00
Metin Emre, Ozcom Bilgisayar Ltd.
This class an alternative for FoxPro's _resize class. I do it because FoxPro's _resize class resizes all controls except container based controls. I think some controls must be resizable and some controls must be movable with user choice. My class can move all controls and it resizes all the control...
Créé le
Il y a 21 années
Téléchargements
1923
Type de fichier
Résultat de votes
3.50/5.00
Metin Emre, Ozcom Bilgisayar Ltd.
This library support multilingual use easily. You put it into forms, pageframes and containers and your program will be multilingual. Another way you can do it - put line "caption(this)" in your controls.
Créé le
Il y a 21 années
Téléchargements
1530
Type de fichier