darkman0101
Technical User
How can you allow only one instance of your application by be run at a time? (as opposed to word say.)
would you have to enumerate the running processes looking for a copy of your app and if one is found bomb out of the most recent? Or is there a way to do it OOP style by having a java like constructor that allows only one instance to be created. Or is there a switch in the VB environment that can be set?
Cheers in advance.
Jason
would you have to enumerate the running processes looking for a copy of your app and if one is found bomb out of the most recent? Or is there a way to do it OOP style by having a java like constructor that allows only one instance to be created. Or is there a switch in the VB environment that can be set?
Cheers in advance.
Jason