1. how can i terminate my application and create a new instance of it?
2. how to determine if my application is already running? to prevent user to run two applications at the same time?
thanks..
Printable View
1. how can i terminate my application and create a new instance of it?
2. how to determine if my application is already running? to prevent user to run two applications at the same time?
thanks..
Hey,
1) Are you talking about through code? Or through the interface on the phone?
2) http://msdn.microsoft.com/en-us/netf.../bb943002.aspx
Gary
through code dude..