Create a VB.NET app that can be run in only one instance
Written on March 11, 2010 – 3:37 am | by admin |For some application you make want the user to be able to run only one of their instances (ex. an e-mail client). I found an easy way how it can be done. If you are developing an VB.NET Windows Form application, first you will need to get the name of your main module and then [...]

