Single instance application
-
-
I am working with an MFC application. I want, user should be able to invoke only one process for the application. If it's already running in a system, then user should not be able to invoke another instance of the same exe. How can I achive that?
Hi, This article will help you. Single Instance[^] Any questions about it, ask me :) I'm the editor. Regards,
The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :)Programm3r My Blog: ^_^
-
I am working with an MFC application. I want, user should be able to invoke only one process for the application. If it's already running in a system, then user should not be able to invoke another instance of the same exe. How can I achive that?
-
I am working with an MFC application. I want, user should be able to invoke only one process for the application. If it's already running in a system, then user should not be able to invoke another instance of the same exe. How can I achive that?