Community

Make only one instance of an application run with VB.NET

(Irina Medvinskaya) It’s usually a good practice to make sure that only one instance of your application can be run at a time. In order to determine if there are other instances of an application running, you need to get a list of all the processes running and see if an instance of the application i

Read More - Register for Free Membership