Hi Is there a way of checking if an application is already running to stop the user from running a second, and if so switch to the program and make the window active? in VB6 I would use the following to stop the program from running a duplicate If App.PrevInstance = True Then MsgBox "Your...
www.b4x.com
But the problem is that the user can rerun the application with run_debug.bat.
How can I make it so that the run_debug.bat file is not taken into account when creating the setup file?
I read a very interesting post that shows how to use a non-UI B4j program in Windows service However, it could happen that the program interrupts its functioning for various reasons The question is: how to create a second B4J program to test whether a Windows service is running and, if not...
Is that any way to detect if a previous instance of a B4J App is running? In VB6, you could do this with "If App.PreviousInstance then ......" Just wondering if there is something similar in B4J, or a way to determine if the JAR file is already in execution. Thanks!
I read a very interesting post that shows how to use a non-UI B4j program in Windows service However, it could happen that the program interrupts its functioning for various reasons The question is: how to create a second B4J program to test whether a Windows service is running and, if not...
Is that any way to detect if a previous instance of a B4J App is running? In VB6, you could do this with "If App.PreviousInstance then ......" Just wondering if there is something similar in B4J, or a way to determine if the JAR file is already in execution. Thanks!
Do you set an automated build steps that set the InnoSetup run immediately?
By default, Build Standalone Package doesn't start InnoSetup automatically.