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

    How to determine what applications are running?

    I'd like to know how to determine what applications are running in the Windows using C#? And, how to determine which is the current? What function or API should be used?

  2. #2
    Join Date
    Jun 2002
    Location
    Philadelphia, PA
    Posts
    85
    I believe this would need to be done with the PlatformSDK using EnumProcesses. Here's a link to it.

    http://msdn.microsoft.com/library/de...psapi_5kqb.asp

    Best of luck!

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