|
-
Nov 24th, 2005, 08:29 AM
#1
Thread Starter
Hyperactive Member
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?
-
Nov 24th, 2005, 10:00 AM
#2
Fanatic Member
Re: App still running
how do you exit your application?
is it with application.exit?
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Nov 24th, 2005, 10:06 AM
#3
Thread Starter
Hyperactive Member
Re: App still running
me.close
and in the Closing event I use nothing to end all memory that has been used
-
Nov 24th, 2005, 10:08 AM
#4
Fanatic Member
Re: App still running
try using application.exit as me.close only closes that form
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Nov 25th, 2005, 11:49 AM
#5
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.
My usual boring signature: Nothing
 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|