Temperature monitor

As part of a client application, I need to have a section that reports temperature information (motherboard, processor, hard drive). I know there are separate apps like Hardware Monitor from CPUID, but again, they are standalone and I need something I can interact with.

Is there an application that has an API or is open source so I can use their source code? I have a different language setting than what I need to run on Windows XP. Thank.

+1


source to share


1 answer


You get information from WMI. Download WMICodeCreator to find the request as well as the code you need to write. Remember that such hardware requests tend to be highly dependent on the vendors supplied by the hardware or BIOS manufacturer.



+1


source







All Articles