Reputation: 107
Is there any way to open Windows 8.1 native camera application programatically in c#.
Upvotes: 2
Views: 1263
Reputation: 8301
Basically WinRT
doesn't allow that, Metro Apps run in the highly sandboxed environment, you can't open a a Metro nor a desktop one directly, you may find using the Launcher class from Windows.System.Launcher somehow helpful , take a look at this thread :
Upvotes: 1