I need to know how you
guys prevent another instance of the same application to startup in C#? Without
using a mutex…
I know VB (at least
VB.NET) has a nice event you can hook into. Not that I’m a fan of VB, except
for this event and the easy way you can display a splash screen…
Is there not some collection,
list or method I can look into?
I currently use a mutex, but this is way to much code
for the simple task that it must do…