Results 1 to 2 of 2

Thread: retrieving HWNDs of all running programs

  1. #1

    Thread Starter
    Addicted Member danielkw's Avatar
    Join Date
    Mar 2000
    Location
    Sweden
    Posts
    134

    Post

    Is there anyone who knows how to read the caption and/or HWND of all running programs?

    Idea:
    For i = 1 to AllRunningProgramsInWindows
    list1.additem RunningProgram(i).Caption
    list2.additem RunningProgram(i).Hwnd
    Next i

    Do you get the idea?

    When you press Ctrl+Alt+Delete Windows shows a list of all the programs running. I want to do the same! Please help me!

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    Check out the Code Snippet I've posted for the similar question.

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