single instance
-
i am using winmain in my application and i want to restrict that only one instance of the application should run at one time. is there way to restrict it.
-
i am using winmain in my application and i want to restrict that only one instance of the application should run at one time. is there way to restrict it.
Perhaps this article can help you ... Clic here A single instance is a "Singleton":) Hello World!!! :) from Raphaël
-
Perhaps this article can help you ... Clic here A single instance is a "Singleton":) Hello World!!! :) from Raphaël
Sorry, but a Singleton is to do with having a single instance of a particular class in an application (and is a very useful thing ;) ), but the question was asking about only ever having a single instance of an application running at a time.
"We are the knights who say Ni" (The Knights Who Say Ni)
-
Sorry, but a Singleton is to do with having a single instance of a particular class in an application (and is a very useful thing ;) ), but the question was asking about only ever having a single instance of an application running at a time.
"We are the knights who say Ni" (The Knights Who Say Ni)
Of course... Sorry... :-O :) Hello World!!! :) from Raphaël