11-20-2008 12:45 AM
Hi,
I'm having a doubt regarding exe activation.I'm having say ab.exe in my pc.I double clicked it and have the exe running.Now is it possible to deactivate the activation of a another instance of the same exe i.e., ab.exe.In short in my system I don't need two instances of ab.exe running..Please reply.
Rgds,
vava
11-20-2008 02:23 AM
You can use CheckForDuplicateAppInstance ( ) function to detect if another instance of your application is been running and decide wether to proceed in executing your own instance. See the linked help page for reference.