I have a Windows Forms application that allows only one instance to be running at the time. I have implemented Singleton by using Mutex. The Application must be startable fr
I think the easiest way is the following
see the link
http://codenicely.blogspot.com/2010/04/creating-forms-object.html