M
Manfred Denzer
I develop with C# and the .NET Compact Framework for Windows Mobile in
Microsoft Visual Studio 2005. In Windows Mobile, there are two ways to
exit an application:
a) the application is terminated completely
b) the application is still in RAM and if you start it a second time,
you restore the application
How can a implement this to ways with C#? My application is a
System.Windows.Forms.Form.
For a), I use "Application.Exit();", is this correct?
What is with b)?
Thank you very much for your help!
Manfred Denzer
Microsoft Visual Studio 2005. In Windows Mobile, there are two ways to
exit an application:
a) the application is terminated completely
b) the application is still in RAM and if you start it a second time,
you restore the application
How can a implement this to ways with C#? My application is a
System.Windows.Forms.Form.
For a), I use "Application.Exit();", is this correct?
What is with b)?
Thank you very much for your help!
Manfred Denzer