B4J Question Only one instance of an app

Bruce Axtens

Active Member
Licensed User
Longtime User
How do I make sure that there's only ever one instance of my B4J app running.VB6 had
The PrevInstance property in Visual Basic 6.0 determines if an instance of the application is already running. Typically you call PrevInstance on application startup and abort the application if it returns true.
Is there anything equivalent in B4J?
 

Bruce Axtens

Active Member
Licensed User
Longtime User
Thanks, Erel. Just what I'm looking for.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…