I just implemented this code that is guarding the Single Instance of the Application, in order to not run the application twice.
Now I am wondering how I can sho
If you are still looking for an answer. There is a good example here that uses windows messages to restore the previous instance. It work even if the first instance is minimized contrary to FindWindow witch does not work in that case.