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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. process info

process info

Scheduled Pinned Locked Moved C / C++ / MFC
c++
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, Is there any function to get the names of all the process running in the machine. I'm using vc++ 6.0. Also if i know the system name, is there any function to get the information of process running in that machine.. :)

    J R 2 Replies Last reply
    0
    • V vin

      Hi, Is there any function to get the names of all the process running in the machine. I'm using vc++ 6.0. Also if i know the system name, is there any function to get the information of process running in that machine.. :)

      J Offline
      J Offline
      Joaquin M Lopez Munoz
      wrote on last edited by
      #2

      Check the rather comprehensive MSDN article HOWTO: Enumerate Applications Using Win32 APIs (Q175030) for information on how to enumerate both top-level windows and processes, for all the usual Windows operating systems. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

      V 1 Reply Last reply
      0
      • V vin

        Hi, Is there any function to get the names of all the process running in the machine. I'm using vc++ 6.0. Also if i know the system name, is there any function to get the information of process running in that machine.. :)

        R Offline
        R Offline
        RockNix
        wrote on last edited by
        #3

        Use the ToolHelp functions for example See CreateToolhelp32Snapshot(), Process32First(), Process32Next() So far ... RockNix/// --------------------------------- www.klangwerker.de Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder ---------------------------------

        V A 2 Replies Last reply
        0
        • J Joaquin M Lopez Munoz

          Check the rather comprehensive MSDN article HOWTO: Enumerate Applications Using Win32 APIs (Q175030) for information on how to enumerate both top-level windows and processes, for all the usual Windows operating systems. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

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

          ThankYou very much

          1 Reply Last reply
          0
          • R RockNix

            Use the ToolHelp functions for example See CreateToolhelp32Snapshot(), Process32First(), Process32Next() So far ... RockNix/// --------------------------------- www.klangwerker.de Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder ---------------------------------

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

            Thanks. But if I get the name of another system, is there any way to get the names of processes running in that system.

            1 Reply Last reply
            0
            • R RockNix

              Use the ToolHelp functions for example See CreateToolhelp32Snapshot(), Process32First(), Process32Next() So far ... RockNix/// --------------------------------- www.klangwerker.de Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder ---------------------------------

              A Offline
              A Offline
              alex barylski
              wrote on last edited by
              #6

              Sweet...I asked about this the other day, but nobody answered me... Thanx man! "An expert is someone who has made all the mistakes in his or her field" - Niels Bohr

              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