Dear all,

I am rephrasing if someone didn't understand my previous question.

I have an application that has a collection of objects and I want every time that the user tries to load another instance of the application (clicks on the *.exe file) not to be able to do so, but on the contrary to bring on top the open instance and create a new object and add it to the collection of the previous instance.

In other words I want to terminate the new instance (I know how to do that) and triger to perform actions in the previous instance of the application.

IS IT POSSIBLE?

Thnx a lot!

Chris