Results 1 to 4 of 4

Thread: [RESOLVED] Check if application is open

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    204

    Resolved [RESOLVED] Check if application is open

    Hi,
    I am looking for a method to prevent user to run the application if one instance of application is already running.

    I guess it must be easy, but I just can't find it on the web.

    Thanks.

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: Check if application is open

    You can check process names or use a mutex to see if another instance is running:

    http://www.codeproject.com/csharp/re..._instances.asp

  3. #3
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: Check if application is open

    If this is your own application, you can make it a single instance app in your project property.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    204

    Re: Check if application is open

    Thanks Guys

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