I am working on new project. Here in this new project I need to run only one instance of application at one time. Not two instance of application should run. If user tried to open another instance that time it should give error.
Can anybody help me out. how can I achieve this.
Thank You