Launching a Desktop Application with a Metro-style app

后端 未结 5 858
温柔的废话
温柔的废话 2020-11-30 04:20

Is there a way to launch a desktop application from a Metro-style app on Windows 8? I\'m trying to create some simple shortcuts to desktop applications to replace the deskto

5条回答
  •  执念已碎
    2020-11-30 04:57

    What you can do is host external WCF service on your computer with separate installation and connect to it from metro style application using localhost. Then you can do pretty much anything including Process.Start.

提交回复
热议问题