Click here to Skip to main content
15,919,749 members
Home / Discussions / C#
   

C#

 
AnswerRe: Give me an idea about image processing Pin
Keith Barrow23-Aug-07 3:15
professionalKeith Barrow23-Aug-07 3:15 
AnswerRe: Give me an idea about image processing Pin
Justin Perez23-Aug-07 4:14
Justin Perez23-Aug-07 4:14 
GeneralRe: Give me an idea about image processing Pin
greekius23-Aug-07 21:31
greekius23-Aug-07 21:31 
AnswerRe: Give me an idea about image processing Pin
CCosgrove8123-Aug-07 7:15
CCosgrove8123-Aug-07 7:15 
Questionkeeping front-end on top Pin
mizitras23-Aug-07 2:49
mizitras23-Aug-07 2:49 
AnswerRe: keeping front-end on top Pin
Giorgi Dalakishvili23-Aug-07 3:01
mentorGiorgi Dalakishvili23-Aug-07 3:01 
GeneralRe: keeping front-end on top Pin
mizitras24-Aug-07 13:46
mizitras24-Aug-07 13:46 
GeneralRe: keeping front-end on top Pin
Giorgi Dalakishvili25-Aug-07 5:16
mentorGiorgi Dalakishvili25-Aug-07 5:16 
QuestionInfoPath 2003 Pin
lavanya_satheesh23-Aug-07 2:24
lavanya_satheesh23-Aug-07 2:24 
Questionwhen application needs to access the db all the time Pin
prasadbuddhika23-Aug-07 2:04
prasadbuddhika23-Aug-07 2:04 
AnswerRe: when application needs to access the db all the time Pin
Vasudevan Deepak Kumar23-Aug-07 2:25
Vasudevan Deepak Kumar23-Aug-07 2:25 
GeneralRe: when application needs to access the db all the time Pin
PIEBALDconsult23-Aug-07 5:58
mvePIEBALDconsult23-Aug-07 5:58 
AnswerRe: when application needs to access the db all the time Pin
\laddie24-Aug-07 1:05
\laddie24-Aug-07 1:05 
QuestionSpreed Sheet Data!! Pin
kibromg23-Aug-07 1:45
kibromg23-Aug-07 1:45 
AnswerRe: Spreed Sheet Data!! Pin
Vasudevan Deepak Kumar23-Aug-07 2:26
Vasudevan Deepak Kumar23-Aug-07 2:26 
GeneralRe: Spreed Sheet Data!! Pin
kibromg23-Aug-07 3:22
kibromg23-Aug-07 3:22 
QuestionControl the entered value Pin
Kamrul Ahsan23-Aug-07 1:32
Kamrul Ahsan23-Aug-07 1:32 
AnswerRe: Control the entered value Pin
Giorgi Dalakishvili23-Aug-07 1:39
mentorGiorgi Dalakishvili23-Aug-07 1:39 
GeneralRe: Control the entered value Pin
Kamrul Ahsan23-Aug-07 1:57
Kamrul Ahsan23-Aug-07 1:57 
AnswerRe: Control the entered value Pin
Christian Graus23-Aug-07 1:48
protectorChristian Graus23-Aug-07 1:48 
AnswerRe: Control the entered value Pin
prasadbuddhika23-Aug-07 1:50
prasadbuddhika23-Aug-07 1:50 
Questionremote computer admin [modified] Pin
sourabhsorate23-Aug-07 0:26
sourabhsorate23-Aug-07 0:26 
AnswerRe: remote computer admin Pin
Christian Graus23-Aug-07 1:01
protectorChristian Graus23-Aug-07 1:01 
GeneralRe: remote computer admin Pin
sourabhsorate16-Sep-07 23:01
sourabhsorate16-Sep-07 23:01 
QuestionReading temperature values Pin
Tim Wuytens23-Aug-07 0:10
Tim Wuytens23-Aug-07 0:10 
Hi everyone,

I'm working on a monitoring app in C# and would like to retrieve the temperatures of various sensors on my motherboard.
I'm specifically interested in the CPU and motherboard temperature sensors.

My first thought was to use WMI to read these values. I've tried the Win32_TemperatureProbe table among others, but the CurrentReading prop is not populated. (More info see MSDN article here)
I've found that the sensors should be accessible through the SMBUS on the mainbord.

So my question to the community: Does anyone know how to read CPU and mainbord temp sensors? Or can you help me to gain access to the SMBus?

I've been told these values should be quite easy to read using some low-level bios access (using assembly), but I'm looking for a way to get these values using C# and .NET 2.0 framework.

Any help would be greatly appreciated!

Thanks in advance!
Tim Wuytens

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.