Click here to Skip to main content
15,904,935 members
Home / Discussions / C#
   

C#

 
GeneralCrystal report not running on server Pin
Amitava Dutta13-Mar-08 23:46
Amitava Dutta13-Mar-08 23:46 
GeneralChange Network TCP/IP Setting Pin
M Riaz Bashir13-Mar-08 23:37
M Riaz Bashir13-Mar-08 23:37 
Questiondelegate Question Pin
Programm3r13-Mar-08 22:47
Programm3r13-Mar-08 22:47 
GeneralRe: delegate Question Pin
GuyThiebaut14-Mar-08 0:46
professionalGuyThiebaut14-Mar-08 0:46 
QuestionRe: delegate Question Pin
Programm3r14-Mar-08 0:55
Programm3r14-Mar-08 0:55 
GeneralRe: delegate Question Pin
GuyThiebaut14-Mar-08 1:02
professionalGuyThiebaut14-Mar-08 1:02 
GeneralRe: delegate Question Pin
Programm3r14-Mar-08 1:16
Programm3r14-Mar-08 1:16 
GeneralRe: delegate Question Pin
GuyThiebaut14-Mar-08 2:09
professionalGuyThiebaut14-Mar-08 2:09 
GeneralRe: delegate Question Pin
Tim Paaschen14-Mar-08 1:15
Tim Paaschen14-Mar-08 1:15 
GeneralRe: delegate Question Pin
Programm3r14-Mar-08 1:25
Programm3r14-Mar-08 1:25 
GeneralRe: delegate Question Pin
Tim Paaschen14-Mar-08 1:37
Tim Paaschen14-Mar-08 1:37 
QuestionRe: delegate Question Pin
Programm3r14-Mar-08 1:40
Programm3r14-Mar-08 1:40 
GeneralRe: delegate Question Pin
Bekjong14-Mar-08 2:33
Bekjong14-Mar-08 2:33 
GeneralRe: delegate Question Pin
Programm3r14-Mar-08 2:48
Programm3r14-Mar-08 2:48 
GeneralRe: delegate Question Pin
Gareth H14-Mar-08 3:07
Gareth H14-Mar-08 3:07 
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 

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.