|
-
Mar 9th, 2002, 03:39 AM
#1
Thread Starter
Junior Member
To capture all the applicaitons
I usiing windows 98 and windows 2000, I wanted to capture all the applications opened in my machine.
-
Mar 9th, 2002, 06:23 AM
#2
Frenzied Member
To get all the running applications you can use the EnumWindows API (see ApiSystem.TopLevelWindows property...)
Or, in winNT or higher, you can use CreateToolhelp32Snapshot and Process32First/Process32Next to walk through all the running processes, as per the ApiSystem.Processes property...
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
|