Task Manager Processes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David

    #1

    Task Manager Processes

    All

    Using VB.Net how do I return all of the running processes, similar to the
    processes tab in Task Manager?

    Thanks
  • Ken Tucker [MVP]

    #2
    Re: Task Manager Processes

    Hi,



    Ken
    ----------------------
    "David" <David@discussi ons.microsoft.c om> wrote in message
    news:B215A898-FB12-424F-A675-C1752176440B@mi crosoft.com...
    All

    Using VB.Net how do I return all of the running processes, similar to the
    processes tab in Task Manager?

    Thanks


    Comment

    • Ken Tucker [MVP]

      #3
      Re: Task Manager Processes

      Hi,

      Sorry should have sent this link



      Ken
      ----------------
      "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
      news:OROpGxjpFH A.3048@TK2MSFTN GP10.phx.gbl...
      Hi,



      Ken
      ----------------------
      "David" <David@discussi ons.microsoft.c om> wrote in message
      news:B215A898-FB12-424F-A675-C1752176440B@mi crosoft.com...
      All

      Using VB.Net how do I return all of the running processes, similar to the
      processes tab in Task Manager?

      Thanks



      Comment

      • Herfried K. Wagner [MVP]

        #4
        Re: Task Manager Processes

        "David" <David@discussi ons.microsoft.c om> schrieb:[color=blue]
        > Using VB.Net how do I return all of the running processes, similar to the
        > processes tab in Task Manager?[/color]

        'System.Diagnos tics.Process.Ge tProcesses'.

        --
        M S Herfried K. Wagner
        M V P <URL:http://dotnet.mvps.org/>
        V B <URL:http://classicvb.org/petition/>

        Comment

        Working...