Bada Question:
How to bring a multitasking enabled application, to the foreground programmatically?

Answer:
You can use the LaunchApplication() method with the current application's AppId to bring your app to the foreground.
Previous Question | Next Question |
How to change my application settings? | Suppose My application needs to store the application state, even if it is being terminated by the system. How can I do this? |