The only way to do this is if you have a reference to the other
instance. You need to pass that instance to your class, and then access the
fields/properties that you want...
The posting should give you some insight into how to implement it for
1.1. Basically, you have to set up a remoting server in your app which you
will call from the second app to indicate that another instance has started
up.