Limit number of instances of App
-
In addition to the Naughter article, here is another resource: http://flounder.com/nomultiples.htm
-
Are you trying to limit to only one instance or do you want to limit to some other number? John
-
Are you trying to limit to only one instance or do you want to limit to some other number? John
-
I would like to run only one instance of my application at anytime. With Thanks & Regards --Kamesh
There are many articles on this site that accomplish this: http://www.codeproject.com/threads/SimpleSingleInstanceApp.asp[^] http://www.codeproject.com/cpp/csingleinst.asp?target=instance[^] http://www.codeproject.com/useritems/single_instance_checker.asp?target=instance[^] http://www.codeproject.com/cpp/singletonapp.asp?target=instance[^] http://www.codeproject.com/useritems/Single_Instance.asp?target=instance[^] John