How do I get the cpu usage percentage to display in the label on a form?
|
|
|||||
|
|
|
|
||
|
|
|
|
Look here: How to get the CPU Usage C# Should be easy to translate to VB.Net |
||
|
|
|
|
You can do it in .NET at least using the WMI API. WMI allows you to get a bunch of Windows Management type data such as CPU usage, hardare specs, etc. http://www.aspfree.com/c/a/VB.NET/WMI-Programming-with-Visual-BasicNET-What-is-the-WQL/ |
||
|
|
|
|
Check this http://www.codeproject.com/KB/system/processescpuusage.aspx is in c# but can't be converted easy for vb.net manualy or using this tool http://www.developerfusion.com/tools/convert/csharp-to-vb/ |
||
|
|
