|
-
Sep 9th, 2007, 02:32 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] [2005] - Get list of Applications
Hello
I want to retrieve the list of all the applications running in a windows xp machine, i'm talking about the applications that are in the first tab of the task manager?
thanks
-
Sep 9th, 2007, 03:03 AM
#2
Re: [2005] - Get list of Applications
The applications showing in the first tab of the taskmanager are simply processes with a window, so if youd loop through all running processes on a machine and find the ones where MainWindowTitle is not equal to String.Empty or "", you'll find the applications your looking for.
-
Sep 9th, 2007, 03:08 AM
#3
Thread Starter
Frenzied Member
Re: [2005] - Get list of Applications
thanks for the quick answer...
resolved
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
|