6
votes
4answers
855 views
Passing a string to an already running instance of an application
I have an application that detects if there is another instance of the app running and exits if one is found. This part seems to work reliably. My app takes a command-line argument that I would lik …
2
votes
Passing a string to an already running instance of an application
I ended up saving the MainForm's handle into the InstanceInfo record in the file mapping then sending the message to the previous instance's main form handle if there was one.
In the projec …
