|
Developer Says:
There are times when you want to run only one copy of an application, to check whether the same VB6 application is already running or not use App.PrevInstance function (returns true if another instance is already running). To learn how this code works? Make a .exe file of this project & try to run it 2 times!
|