Results 1 to 3 of 3

Thread: [RESOLVED] How To Tell If Another Program Is Running When You Only Have The Title

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    121

    Resolved [RESOLVED] How To Tell If Another Program Is Running When You Only Have The Title

    I need to know if a program is running and all I have is the name of the window.

    Anyone know how to do this?

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    121

    Re: How To Tell If Another Program Is Running When You Only Have The Title

    answered my own question...
    for anyone that runs into this later on....

    Process[] procList = Process.GetProcesses();

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [RESOLVED] How To Tell If Another Program Is Running When You Only Have The Title

    Or even GetProcessesByName.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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