how to make application singleton.

Posted by Mohsan on Stack Overflow See other posts from Stack Overflow or by Mohsan
Published on 2010-06-07T11:18:12Z Indexed on 2010/06/07 11:22 UTC
Read the original article Hit count: 170

Filed under:

hi. i want to make sure that only one instance of application run...

i added the mutex check but it causes problem in 64 bit system. the second way is to search process table.. This check can be easily defeated by renaming application. please tell me how to make sure that only one instance of application run.

© Stack Overflow or respective owner

Related posts about c#