Run other apps with your Windows Phone App?

  • Thread starter Windows Central Question
  • Start date
W

Windows Central Question

Is possible to run other installed application on Windows Phone with your own developed code? And if it possible how is it done?
 

Ken Ekholm

New member
Mar 24, 2013
11
0
0
Visit site
I tried with the code below this text to open from my own developed Windows Phone 8.1 app others Windows Phone Apps without success. When I push the buttonNavigator button the phones freezes or sometimes nothing happens. Can someone help me?

Private Async Sub buttonNavigator_Click(sender As Object, e As RoutedEventArgs) Handles buttonNavigator.Click
Await Windows.System.Launcher.LaunchUriAsync(New System.Uri(?Calendar?))
End Sub
 

harihar akhil

New member
Jul 20, 2014
471
0
0
Visit site
I am not experienced with windows phone development,as I see in library launcher.launchUriAsync() namespace accepts app parameter's, and I don't know why did you create an object for system.Uri name space.

I would suggest you to ask your question in developers corner in windows central forums.
 

Members online

No members online now.

Forum statistics

Threads
323,300
Messages
2,243,598
Members
428,055
Latest member
DrPendragon