Thread: Rapid 'Refresh'
View Single Post
Old Jan 6th, 2008, 7:14 AM   #5
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,835
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
Re: Rapid 'Refresh'

Oh. Well in around 5 lines of code or less, I suspect you can write a function called "showCpuTemperature", that updates the value of the display every time it's called with the most recent CPU Temperature.

Then set a timer event for that function to execute every 500ms or so. The specifics of how to do this in Visual Basic .NET are unknown to me, but this is a common tool in GUI programming and thus should be fairly simple to research.
Sane is offline   Reply With Quote