Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Application name

Application name

Scheduled Pinned Locked Moved C / C++ / MFC
jsonhelpquestion
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vin
    wrote on last edited by
    #1

    Hi, I want to list all the application running in my machine currently. Is there any API which gives me that information. I used Process32First() and Process32Next() APIs to get the process list. Anything similar to this for the Application list? Kindly help.... Vini

    M A 2 Replies Last reply
    0
    • V vin

      Hi, I want to list all the application running in my machine currently. Is there any API which gives me that information. I used Process32First() and Process32Next() APIs to get the process list. Anything similar to this for the Application list? Kindly help.... Vini

      M Offline
      M Offline
      Mike Nordell
      wrote on last edited by
      #2

      Are you speaking about the TaskManagers tab "Applications"? Then EnumWindows is possibly what you're looking for.

      V 1 Reply Last reply
      0
      • M Mike Nordell

        Are you speaking about the TaskManagers tab "Applications"? Then EnumWindows is possibly what you're looking for.

        V Offline
        V Offline
        vin
        wrote on last edited by
        #3

        Mike Nordell wrote: Are you speaking about the TaskManagers tab "Applications"? Then EnumWindows is possibly what you're looking for. yes.. I want all the currently running application like in the taskmanager. Tnx for the help. I'll try this . Vini

        R 1 Reply Last reply
        0
        • V vin

          Mike Nordell wrote: Are you speaking about the TaskManagers tab "Applications"? Then EnumWindows is possibly what you're looking for. yes.. I want all the currently running application like in the taskmanager. Tnx for the help. I'll try this . Vini

          R Offline
          R Offline
          Rage
          wrote on last edited by
          #4

          Look at he code provided in this article[^]. The functions FillList and ListWindows should help you retrieving the app names. ~RaGE();

          V 1 Reply Last reply
          0
          • V vin

            Hi, I want to list all the application running in my machine currently. Is there any API which gives me that information. I used Process32First() and Process32Next() APIs to get the process list. Anything similar to this for the Application list? Kindly help.... Vini

            A Offline
            A Offline
            Abbas_Riazi
            wrote on last edited by
            #5

            Use EnumProcess! There are some articles on CP. A. Riazi

            1 Reply Last reply
            0
            • R Rage

              Look at he code provided in this article[^]. The functions FillList and ListWindows should help you retrieving the app names. ~RaGE();

              V Offline
              V Offline
              vin
              wrote on last edited by
              #6

              Rage wrote: Look at he code provided in this article[^]. The functions FillList and ListWindows should help you retrieving the app names. Got it!!! Thank you very much.. Vini

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups