PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework how to remove an application from memory

Reply

how to remove an application from memory

 
Thread Tools Rate Thread
Old 17-01-2006, 03:01 PM   #1
werner fallnit
Guest
 
Posts: n/a
Default how to remove an application from memory


as far as i know, pocket pc applications remain within the memory as
long as no hard reset is
executet.
but is their a possibility to remove an application permanently from
the memory when i close it?

werner fallnit

  Reply With Quote
Old 17-01-2006, 04:17 PM   #2
Simon Hart
Guest
 
Posts: n/a
Default Re: how to remove an application from memory

Set the MinimizeBox to false on your mainform.

"werner fallnit" <werner.fallnit@aon.at> wrote in message
news:1137510060.827465.314980@g43g2000cwa.googlegroups.com...
> as far as i know, pocket pc applications remain within the memory as
> long as no hard reset is
> executet.
> but is their a possibility to remove an application permanently from
> the memory when i close it?
>
> werner fallnit
>



  Reply With Quote
Old 17-01-2006, 05:03 PM   #3
Me
Guest
 
Posts: n/a
Default Re: how to remove an application from memory

Just call Close() on your main form.


"werner fallnit" <werner.fallnit@aon.at> wrote in message
news:1137510060.827465.314980@g43g2000cwa.googlegroups.com...
> as far as i know, pocket pc applications remain within the memory as
> long as no hard reset is
> executet.
> but is their a possibility to remove an application permanently from
> the memory when i close it?
>
> werner fallnit
>



  Reply With Quote
Old 18-01-2006, 03:24 AM   #4
=?Utf-8?B?V2luc3Rvbg==?=
Guest
 
Posts: n/a
Default RE: how to remove an application from memory

Use the Application.Exit() to ensure it is closed properly.

Regards,
Winston
-----------------
Augen NZ Limited
www.Augen.co.nz

"werner fallnit" wrote:

> as far as i know, pocket pc applications remain within the memory as
> long as no hard reset is
> executet.
> but is their a possibility to remove an application permanently from
> the memory when i close it?
>
> werner fallnit
>
>

  Reply With Quote
Old 19-01-2006, 09:18 AM   #5
werner fallnit
Guest
 
Posts: n/a
Default Re: how to remove an application from memory

thanks for the answers.

i have a second question:

is there an event that is called when an application is opened that is
still in the cache?

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off