CPU Temperature

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a diagnostic application and almost all the information I need, except
the CPU temperature. There are programs out there that do this, so I know it
can be done. Can anyone point me some direction for code and if it's in WMI,
API, Win32, GDI+ etc? I would like code samples in VB.NET 2005 if possible.

Thank you for any and all assistance.

Michael
 
eSolTec said:
I have a diagnostic application and almost all the information I need,
except
the CPU temperature. There are programs out there that do this, so I know
it
can be done. Can anyone point me some direction for code and if it's in
WMI,

WMI ('Win32_TemperatureProbe').
 
Back
Top