M9A
M9A

Reputation: 3286

How to terminate process in vb.net (windows phone 7)

Hi my app currently has a process thats ongoing (even when I navigate back to the main screen of my app). Is there any code I can use to terminate all the processes on that page before it navigates back to the main screen. In other words the page should reset to its original form

Upvotes: 0

Views: 170

Answers (1)

Alaa.Ali
Alaa.Ali

Reputation: 1202

are you asking if you can stop a certain thread(not a process) ?if so please read the following post Stopping Threads

Upvotes: 1

Related Questions