Im trying to set single instance in c#, when user close the application this hides and if user click on the shortcut the first instance will show up.
I've tried to execute SetForegroundWindow, etc..
How I can show the first instance if is running in background?