|
-
Sep 21st, 2007, 11:37 AM
#1
Thread Starter
Addicted Member
[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.
-
Sep 21st, 2007, 11:43 AM
#2
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
-
Sep 21st, 2007, 12:23 PM
#3
Re: Check if application is open
If this is your own application, you can make it a single instance app in your project property.
-
Sep 21st, 2007, 01:19 PM
#4
Thread Starter
Addicted Member
Re: Check if application is open
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|