|
-
May 11th, 2007, 07:24 AM
#1
Thread Starter
New Member
How can I.....
I tried searching the forum and I could not find my answer....I am wondering how I can place what the cpu is using in a status bar....I am using Vb 6.....
-
May 11th, 2007, 08:08 AM
#2
Re: How can I.....
cpu is using? you want to get the processes running?
-
May 11th, 2007, 08:13 AM
#3
Thread Starter
New Member
Re: How can I.....
Yelp I want to be able to place the cpu % usage in a StatusBar, but don't really know about how go about coding it into it.....
-
May 11th, 2007, 08:21 AM
#4
Re: How can I.....
-
May 11th, 2007, 08:27 AM
#5
Re: How can I.....
All i remember is you have to use....
vb Code:
Private Declare Function RegQueryValueEx Lib "advapi32.dll" Alias "RegQueryValueExA" (ByVal hKey As Long, ByVal lpValueName As String, ByVal lpReserved As Long, lpType As Long, lpData As Any, lpcbData As Long) As Long
But i am sure the link Amrita supplied you with will show how to use it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|