Hi all,
Can anyone tell us a way for an app to detect (when it's first launched) that another instance of it is already running, and if it is, to terminate itself?
For example, if "MyPBApp.exe" is already running and the user doubleclicks the icon again, have the second launch of it detect this and exit, maybe with a messagebox reminding the user that doing this is a no-no.
I'm using PBWin 8.
Thanks in advance to anyone that can help with this one.
Can anyone tell us a way for an app to detect (when it's first launched) that another instance of it is already running, and if it is, to terminate itself?
For example, if "MyPBApp.exe" is already running and the user doubleclicks the icon again, have the second launch of it detect this and exit, maybe with a messagebox reminding the user that doing this is a no-no.
I'm using PBWin 8.
Thanks in advance to anyone that can help with this one.
Comment