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…
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.