nima66
Member
In my search I found the following link:
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?
Check if an application is running (Solved)
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...

How can I make it so that the run_debug.bat file is not taken into account when creating the setup file?