How can you prevent a VB exe file from being launched more than once at any given time. For example, I double click test.exe to launch the program. Until I quit the test.exe program I do not want to allow the program to be started again. Once I exit, re-starting one instance is fine (actually necessary). I really need this to happen as soon as the program is started, possibly before the first form even appears.
Any help is appreciated.
Any help is appreciated.