-
App still running
It happens more than often that my App while I turned it off,
still present is in the Pocket device memory.
If I check that in the running programs, my app's not present!
I use XML in my program that I read into a dataset.
Further more I make appointments into the calendar.
Anyone any Idee?
-
Re: App still running
how do you exit your application?
is it with application.exit?
-
Re: App still running
me.close
and in the Closing event I use nothing to end all memory that has been used
-
Re: App still running
try using application.exit as me.close only closes that form
-
Re: App still running
How do you know it is present in memory? If it is not on the running program list, then it seems like it is possible for the OS to be retaining the memory it used as being in-use, but flagged for recovery.