How can I launch a Windows Phone 7 app programmatically?
I want to launch a custom app built by me from another app built by me.. and hopefully be able to pass parameters.
How can I launch a Windows Phone 7 app programmatically?
I want to launch a custom app built by me from another app built by me.. and hopefully be able to pass parameters.
I don't believe you can. As far as I'm aware, the interaction between applications is limited to the Microsoft.Phone.Tasks
namespace.
I would personally expect this to be one of the aspects of Windows Phone 7 development to be improved pretty soon.