Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
QuestionResizing the encrypted text Pin
M. J. Jaya Chitra13-Mar-08 22:43
M. J. Jaya Chitra13-Mar-08 22:43 
GeneralRe: Resizing the encrypted text Pin
Rob Philpott14-Mar-08 0:36
Rob Philpott14-Mar-08 0:36 
Questionnative code. Pin
Pankaj Garg13-Mar-08 22:37
Pankaj Garg13-Mar-08 22:37 
GeneralRe: native code. Pin
CPallini13-Mar-08 23:10
mveCPallini13-Mar-08 23:10 
GeneralRe: native code. Pin
led mike14-Mar-08 4:46
led mike14-Mar-08 4:46 
Generalmodify icon at run time in DSL Pin
Maddie from Dartford13-Mar-08 22:14
Maddie from Dartford13-Mar-08 22:14 
Generalcpu temperature Pin
ziwez013-Mar-08 21:45
ziwez013-Mar-08 21:45 
GeneralRe: cpu temperature Pin
yoaz13-Mar-08 23:11
yoaz13-Mar-08 23:11 
ziwez0 wrote:
I can get the information via Ring0 access


ring0 basically means kernel level in windows world, which is to be expected if you want to query hardware properties and state. you have found the way to interact with kernel through
ziwez0 wrote:
WIN32_temperatureProbe
. You can't improve much on this, and not at all in managed code.
CPU usage is another thing, which u can access through managed code(c#). Try looking into System.Diagnostics namespace especially PerformanceCounter class and related.

there are no facts, only interpretations

GeneralRe: cpu temperature Pin
ziwez013-Mar-08 23:41
ziwez013-Mar-08 23:41 
Generalcompare date error Pin
angels77713-Mar-08 20:58
angels77713-Mar-08 20:58 
GeneralRe: compare date error Pin
Giorgi Dalakishvili13-Mar-08 21:42
mentorGiorgi Dalakishvili13-Mar-08 21:42 
GeneralRe: compare date error Pin
Anubhava Dimri13-Mar-08 23:13
Anubhava Dimri13-Mar-08 23:13 
GeneralRe: compare date error Pin
Anubhava Dimri13-Mar-08 23:13
Anubhava Dimri13-Mar-08 23:13 
GeneralRe: compare date error Pin
angels77714-Mar-08 1:52
angels77714-Mar-08 1:52 
GeneralRe: compare date error Pin
Anubhava Dimri14-Mar-08 2:11
Anubhava Dimri14-Mar-08 2:11 
Questionhow to draw grid points? Pin
Aravinthan13-Mar-08 20:02
Aravinthan13-Mar-08 20:02 
QuestionHow to send and receive file through parallel port????????? Pin
Anez.A13-Mar-08 19:37
Anez.A13-Mar-08 19:37 
AnswerRe: How to send and receive file through parallel port????????? Pin
Matthew Butler14-Mar-08 3:20
Matthew Butler14-Mar-08 3:20 
GeneralRe: How to send and receive file through parallel port????????? Pin
Anez.A16-Mar-08 18:49
Anez.A16-Mar-08 18:49 
GeneralRe: How to send and receive file through parallel port????????? Pin
Matthew Butler28-Mar-08 4:32
Matthew Butler28-Mar-08 4:32 
GeneralRe: How to send and receive file through parallel port????????? Pin
Anez.A30-Mar-08 18:45
Anez.A30-Mar-08 18:45 
QuestionHow to add images to toolstrip menu? Pin
Aravinthan13-Mar-08 19:35
Aravinthan13-Mar-08 19:35 
Generalinsert the records from dataset into database Pin
Miss Maheshwari13-Mar-08 18:47
Miss Maheshwari13-Mar-08 18:47 
AnswerRe: insert the records from dataset into database Pin
Pankaj Garg13-Mar-08 19:57
Pankaj Garg13-Mar-08 19:57 
GeneralFinding Memory Leaks Pin
MAW3013-Mar-08 15:42
MAW3013-Mar-08 15:42 

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.