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

    Checking to see if other programs are running

    How can I check to see if other programs are running. I want to check to see if a program called "gear" is running, how would I do that?


  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Checking to see if other programs are running

    Well if you search through this forum you'll be able to find a lot samples on finding windows that have the same title. This is achieve via FindWindow() API function. Anyway, look at this thread:
    http://www.codeguru.com/cgi-bin/bbs/...age=&view=&sb=

    It might help
    -Cool Bizs

    Good Luck,
    -Cool Bizs

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