I’m trying to programmatically call an event to launch an application in Windows Phone 7. How do I go about doing this?
What I’m looking for is how do I schedule this event call? (for example, opening an app in WP7)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you are talking about
Tasks. All available tasks can be consulted here: http://msdn.microsoft.com/en-us/library/microsoft.phone.tasks(v=vs.92).aspxThe call app you are talking about is the
PhoneCallTask: http://msdn.microsoft.com/en-us/library/microsoft.phone.tasks.phonecalltask(v=vs.92).aspxIf you want to call and app, that is, to open an application from the phone, you can’t really do it. Please look at: Launching other applications in Windows phone 7 Programatically