Click here to Skip to main content
15,920,708 members
Home / Discussions / C#
   

C#

 
QuestionChanging ListBox items color Pin
lossy24-Aug-07 4:44
lossy24-Aug-07 4:44 
AnswerRe: Changing ListBox items color Pin
Judah Gabriel Himango24-Aug-07 4:51
sponsorJudah Gabriel Himango24-Aug-07 4:51 
GeneralRe: Changing ListBox items color Pin
lossy24-Aug-07 5:10
lossy24-Aug-07 5:10 
AnswerRe: Changing ListBox items color Pin
lossy24-Aug-07 6:05
lossy24-Aug-07 6:05 
QuestionImport Data from MS Excel to DataSet using C# Pin
tuansara24-Aug-07 4:16
tuansara24-Aug-07 4:16 
AnswerRe: Import Data from MS Excel to DataSet using C# Pin
led mike24-Aug-07 4:42
led mike24-Aug-07 4:42 
QuestionImport Data from MS Excel to SQL Server 2000 Pin
tuansara24-Aug-07 4:09
tuansara24-Aug-07 4:09 
AnswerRe: Import Data from MS Excel to SQL Server 2000 Pin
Judah Gabriel Himango24-Aug-07 4:36
sponsorJudah Gabriel Himango24-Aug-07 4:36 
QuestionCreate xml file from InfoPath (xsn) file Pin
Phrone24-Aug-07 3:26
Phrone24-Aug-07 3:26 
AnswerRe: Create xml file from InfoPath (xsn) file Pin
Spacix One24-Aug-07 5:40
Spacix One24-Aug-07 5:40 
GeneralRe: Create xml file from InfoPath (xsn) file Pin
Phrone24-Aug-07 5:56
Phrone24-Aug-07 5:56 
GeneralRe: Create xml file from InfoPath (xsn) file Pin
Spacix One24-Aug-07 6:21
Spacix One24-Aug-07 6:21 
GeneralRe: Create xml file from InfoPath (xsn) file Pin
Phrone26-Aug-07 7:55
Phrone26-Aug-07 7:55 
QuestionListviews with checkboxes Pin
Hampus@foi24-Aug-07 3:17
Hampus@foi24-Aug-07 3:17 
AnswerRe: Listviews with checkboxes Pin
Alaric_24-Aug-07 3:54
professionalAlaric_24-Aug-07 3:54 
QuestionHow do I Print a web page opened with IE from external application Pin
Dinesh N Samarathunga24-Aug-07 2:33
Dinesh N Samarathunga24-Aug-07 2:33 
Question.Replace related problem Pin
KETAN.RK24-Aug-07 2:00
KETAN.RK24-Aug-07 2:00 
AnswerRe: .Replace related problem Pin
Colin Angus Mackay24-Aug-07 2:03
Colin Angus Mackay24-Aug-07 2:03 
GeneralRe: .Replace related problem Pin
KETAN.RK24-Aug-07 2:10
KETAN.RK24-Aug-07 2:10 
QuestionStrange Error Pin
AR Reddy24-Aug-07 0:18
AR Reddy24-Aug-07 0:18 
AnswerRe: Strange Error Pin
Rocky#24-Aug-07 1:22
Rocky#24-Aug-07 1:22 
AnswerRe: Strange Error Pin
gauthee24-Aug-07 2:04
gauthee24-Aug-07 2:04 
QuestionAccessing ACPI Thermal Zone from C# Pin
Tim Wuytens24-Aug-07 0:01
Tim Wuytens24-Aug-07 0:01 
AnswerRe: Accessing ACPI Thermal Zone from C# Pin
Hessam Jalali24-Aug-07 1:10
Hessam Jalali24-Aug-07 1:10 
GeneralRe: Accessing ACPI Thermal Zone from C# Pin
Tim Wuytens24-Aug-07 1:57
Tim Wuytens24-Aug-07 1:57 
I've found these pages before, but they seem to be specific for the Notebook Hardware Control application (NHC).

I tried this program, and it can read all information of my system correctly. However I find this application to be much more then what i need (bloated, let's say), so I would like to write my own simple application to read only those values from ACPI that are of interest for me.

The examples given on the site of your first URL show how the NHC app will read the values. There they allow to create source files for your specific system, wich the app will then read and show.

This is not what I want to do. I have my System Description Table (DSDT) disassambled with the intel utility and i know wich values, methods, functions I want to read. What I need to know, but don't seem to find is how to call the methods or read the values from whitin my own application (C#).

I do not want a written out solution on how to read this, only some guidance to the right API calls or whatever needed to accomplish this task.

Anyway, thanks for your help Hessam Jalali and my best regards to you all!
Tim

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.