0
kicks
Single-Instance C# .NET Application Code
I spent a couple days trying to figure out the best way to create a single-instance C# app. Most approaches posted on the Internet will eventually fail on hidden windows because of a quirk in the Windows API. Here I try to solve the issue for C# developers once and for all (for now).