I have an application that transmits data to a unit, but in the final system they will be 4 applications (all identical).
Now each application will need to detect if another instance of the application is running and adjust one of its parameters.
i.e. the 1st instance will be know as 1, then 2nd needs to determine if 1 is already running and mark itself as 2 etc.
How do you do this? Dont want to use batch files or command line parameters.
Sweep
Now each application will need to detect if another instance of the application is running and adjust one of its parameters.
i.e. the 1st instance will be know as 1, then 2nd needs to determine if 1 is already running and mark itself as 2 etc.
How do you do this? Dont want to use batch files or command line parameters.
Sweep