I am using Windows 8 and when I run a standalone app that I have created I cannot delete the file as the process for the app is still running, is there any way I can prevent the process from running?
The main issue I am having is I cannot delete the file and I am also wanting to create a button that will completely close the app.
Any solutions?
Standalone App Not Killable
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Standalone App Not Killable
Check out "destroyStack" in the dictionary.
Simon
Edit: and pendingMessages, make sure you cancel all of them.
Simon
Edit: and pendingMessages, make sure you cancel all of them.
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
-
- Posts: 22
- Joined: Tue Nov 26, 2013 9:55 pm
Re: Standalone App Not Killable
Thank you very much, will try with a standalone now!Simon wrote:Check out "destroyStack" in the dictionary.
Simon
Edit: and pendingMessages, make sure you cancel all of them.
-
- Posts: 22
- Joined: Tue Nov 26, 2013 9:55 pm
Re: Standalone App Not Killable
I am having issues with launching the standalone: "The application was unable to start correctly (0xc0000142). Click OK to close the application."acwilson96 wrote:Thank you very much, will try with a standalone now!Simon wrote:Check out "destroyStack" in the dictionary.
Simon
Edit: and pendingMessages, make sure you cancel all of them.
I will google to find a solution