How can I ensure that there is only one instance of an application open for user?
Printable View
How can I ensure that there is only one instance of an application open for user?
Thanks!
looking at your stuff you will need
to use Mutex,
by using it you will be able to control one copy of ur instance
check it by
isanyinstance method .
checkout
System.Diagnostic.Process also
Paresh