Click here to Skip to main content
15,917,454 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Arguments and processes Pin
Dave Kreskowiak24-Jul-04 3:09
mveDave Kreskowiak24-Jul-04 3:09 
GeneralRe: Arguments and processes Pin
mrdance24-Jul-04 3:30
mrdance24-Jul-04 3:30 
Generalin vb.net Pin
ahmad_yossef23-Jul-04 5:52
ahmad_yossef23-Jul-04 5:52 
GeneralRe: in vb.net Pin
Michael P Butler23-Jul-04 6:09
Michael P Butler23-Jul-04 6:09 
GeneralRead from and write to a file Pin
Member 114449923-Jul-04 5:28
Member 114449923-Jul-04 5:28 
GeneralRe: Read from and write to a file Pin
progload23-Jul-04 20:56
progload23-Jul-04 20:56 
Generalcpu temperature Pin
23-Jul-04 3:14
suss23-Jul-04 3:14 
GeneralRe: cpu temperature Pin
Dave Kreskowiak23-Jul-04 6:37
mveDave Kreskowiak23-Jul-04 6:37 
This is going to be a bit tricky because most motherboard manufacturers don't supply WMI providers for their temperature sensors. The only way to get that temperature is to read the data off of the chip. The problem with that is all the hardware in the machine, including the temp sensors, is abstracted by Windows. This means you can't read the hardware directly with your application. You need to have a .DLL, kind of like a driver, to read the information for you and send it back to your application. The other problem is not all sensor chips are the same and use the same port. If you wanted to write everything yourself, you'd have to write the driver for your specific sensor chip, model and version.

Your best bet is to take a look at Motherboard Monitor. Just Google for it, and you'll find it everywhere. I think the latest version is 5.3.6. With it, you'll find that there is a small SDK that will allow you to read the chip data for your specific sensor chip.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalmaking a 2 way message service unlike anything else. Pin
Virtual Cue light man23-Jul-04 1:40
Virtual Cue light man23-Jul-04 1:40 
GeneralRe: making a 2 way message service unlike anything else. Pin
Dave Kreskowiak23-Jul-04 6:47
mveDave Kreskowiak23-Jul-04 6:47 
GeneralUnregister channel registered using configuration file Pin
Vipul Bhatt22-Jul-04 23:07
Vipul Bhatt22-Jul-04 23:07 
Generalabout Network Pin
donnylie22-Jul-04 22:33
donnylie22-Jul-04 22:33 
GeneralRe: about Network Pin
Dave Kreskowiak23-Jul-04 5:55
mveDave Kreskowiak23-Jul-04 5:55 
Generalsmart device trouble, PLZ help Pin
WizGreen22-Jul-04 20:44
WizGreen22-Jul-04 20:44 
GeneralRe: smart device trouble, PLZ help Pin
Dave Kreskowiak23-Jul-04 3:33
mveDave Kreskowiak23-Jul-04 3:33 
GeneralTitle Case Pin
beowulfagate22-Jul-04 16:12
beowulfagate22-Jul-04 16:12 
GeneralRe: Title Case Pin
beowulfagate22-Jul-04 16:44
beowulfagate22-Jul-04 16:44 
GeneralDevelopment Environment Pin
mtone22-Jul-04 15:22
mtone22-Jul-04 15:22 
GeneralRe: Development Environment Pin
Dave Kreskowiak22-Jul-04 16:30
mveDave Kreskowiak22-Jul-04 16:30 
GeneralSpeed Pin
GRMartin22-Jul-04 8:17
GRMartin22-Jul-04 8:17 
GeneralRe: Speed Pin
Dave Kreskowiak23-Jul-04 3:28
mveDave Kreskowiak23-Jul-04 3:28 
GeneralRe: Speed Pin
HiltonG27-Jul-04 3:02
HiltonG27-Jul-04 3:02 
Generalobtaining color from the color.toString Pin
kowplunk22-Jul-04 6:43
kowplunk22-Jul-04 6:43 
GeneralRe: obtaining color from the color.toString Pin
progload24-Jul-04 10:49
progload24-Jul-04 10:49 
GeneralFSO and speed Pin
steff kamush22-Jul-04 5:11
steff kamush22-Jul-04 5:11 

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.