Click to See Complete Forum and Search --> : Hot to show system resources on Active Desktop?


^Marcin^
September 25th, 2004, 12:13 PM
Hello!!
At the beginning I'd like to apologize for posting on group that doesn't fit this subject, but I haven't found any that would fit it.
I am looking for informations, hints or source codes about how to display system resources (cpu load, mem usage...) on active desktop.
I know that I need to use WMI for it and I have found documentation about the WMI on MSDN with WScript example that shows cpu load, but I don't know how to put those informations on a web page (active desktop) and refresh them continuously.
Could anybody help me?

Best regards,
Marcin

Davey
September 27th, 2004, 07:40 AM
Probably easiest to develop it as a ASP.NET page and then set the page to refresh using the Refresh tag, e.g.


<META HTTP-EQUIV="Refresh" CONTENT="3;URL=http://www.some.org/some.html">