Using C# and WPF under .NET (rather than Windows Forms or console), what is the correct way to create an application that can only be run as a single instance?
I kno
You can also use the CodeFluent Runtime which is free set of tools. It provides a SingleInstance class to implement a single instance application.