Results 1 to 2 of 2

Thread: To capture all the applicaitons

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Location
    India
    Posts
    20

    Thumbs up To capture all the applicaitons

    I usiing windows 98 and windows 2000, I wanted to capture all the applications opened in my machine.

  2. #2
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    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...
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

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