how can i start a process like rasphone.exe by code in windows 8 metro application?
there is System.Diagnostics.Process but the System.Diagnostics in metro application doesn’t contain process
how can i start a process like rasphone.exe by code in windows 8 metro
Share
All the Metro-style applications work in the highly sandboxed environment and there is no way to directly start an external application.
You can try to use Launcher class – depends on your need it may provide you a feasible solution.