Reading System Tempeture

  • Thread starter Thread starter Wayne Taylor
  • Start date Start date
look at the Win32_TemperatureProbe class in WMI.
here's an example:
http://vbnet.mvps.org/index.html?code/wmi/wmitemperatureprobe.htm

the above is in vb script. if you want to port it to vb .net, make use class
in the
System.Management namespace (these are wrappers for the WMI and work
more or less the same way)

however, to save you grief in case the above does not work, here are a few
links which
mention why the above technique might not work always:
http://www.adminlife.com/247referen...hange.com/Hardware/Microchips/Q_20703955.html

hope this helps..
Imran.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top