Possible Duplicate:
How can a Metro app in Windows 8 communicate with a backend desktop app on the same machine?
We have a long time developed desktop application in our company and trying to be updated, we wanna add Windows-8 support to it.
It is very hard for us to rewrite the whole application in Metro style, but we can simply use some of the Windows-8 new features such as Live Tile.
Trying to do this, it seems that we should develop a simple Metro app which communicates with dekstop application. Is there any standard way to do this?