I Ioannis Vranos Dec 21, 2004 #1 In .NET, how can we prevent more than one instance of a program to run?
N Nishant S Dec 21, 2004 #2 Just as in Win32, you can use a mutex. See http://www.codeproject.com/managedcpp/mcppsingleinst.asp