|
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.
|