CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    7

    Getting a processes list



    Does anybode know how tho get a list of the processes currently running, like task manager or spy++? I can get the processes wich have a window, but not the windowless processes.When I have the list...How can I get the same information as the spy++ properties on a process, like module name, memory allocation, etc..?

    Thanks.

  2. #2
    Join Date
    Apr 1999
    Posts
    5

    Re: Getting a processes list



    Check out the "Enumerating Running Processes in Win95 and WinNT" source,

    by Tomer Patel, found under the "misc" section here in Code Guru.


    /Peter Lundqvist

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

Featured