Pocket PC application problem

  • Thread starter Thread starter Jassim Rahma
  • Start date Start date
J

Jassim Rahma

Hi,

I have developed a Pocket PC application and I want to know how to
terminate it? I used Aplication.Exit() but the program will still be
running in the process list!!


Many Thanks,
Jassim Rahma
 
On my Axim I do Start->Settings->System (tab)->Memory Running Programs tab
will tell you everything that's currently running on the unit.
 
thank you for your reply. I have checked that already and found my
application is still runing even after using the command
Application.Exit();

so what command should I use to make sure the application was terminated
successfully when the user invoke the Exit menu item in my application..

Many Thanks,
Jassim Rahma
 
What happens when you stop the application Running Programs?
It takes that process off the list of running programs but you are saying
that it's still running in the background?
Are you using threads in your application? Write down as much info as you
can about the app.

Landi
 
Back
Top