|
-
Mar 11th, 2000, 10:51 PM
#1
Thread Starter
Addicted Member
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!
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
|