0
kicks
Allowing Only One Instance of a Windows Forms Application
Standard Windows Forms applications can be launched multiple times and each instance used completely independently of the others. However, sometimes it is important to restrict the user in launching only one instance of a program.