CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Finding What programs are Running

    Can anyone tell me what the command is to find what programs are currently runing? like the list u get when u hit crtl+alt+del
    I need to check if a program is running, and respond accordingly..
    I dont think the App.previnstance will work, it only checks to see if itself is already running right?


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Finding What programs are Running

    You can checkout the code at http://codeguru.developer.com/vb/articles/1968.shtml - that should do the job for you.

    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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