How do i get the current CPU Usage?
Thanks in advance.
Printable View
How do i get the current CPU Usage?
Thanks in advance.
It's in the registry. If you would like to see a brilliant example then goto Kedaman's web site: http://www.kedaman.com
Yep, it's in registry, but this won't work in NT because you can't access DYN_DATA
YOu need to download my registry module, should be there on my homepage as wellCode:CPU = Asc(RegVal("HKEY_DYN_DATA\PerfStats\StatData\KERNEL" & Chr(0) & "CPUUsage"))