Results 1 to 3 of 3

Thread: [RESOLVED] [2005] - Get list of Applications

  1. #1

    Thread Starter
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Resolved [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

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    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.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3

    Thread Starter
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    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
  •  



Click Here to Expand Forum to Full Width