Results 1 to 5 of 5

Thread: How can I.....

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    8

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

  2. #2
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: How can I.....

    cpu is using? you want to get the processes running?

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    8

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

  4. #4
    Fanatic Member amrita's Avatar
    Join Date
    Jan 2007
    Location
    Orissa,India
    Posts
    888

    Smile Re: How can I.....


  5. #5
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: How can I.....

    All i remember is you have to use....

    vb Code:
    1. 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
  •  



Click Here to Expand Forum to Full Width