Closing/terminating mobile application
VS2005
VC++ using WTL
Hello All,
I am developing a mobile application for smartphone. I am closing/terminating my application in smartphone by posting a message to main dialog and calling Destroy window and PostQuitMessage function. Is this the correct way to close mobile application?
Because I found following comment in one website:
"Well-behaved mobile applications are 'minimized' (actually set to the bottom of the Z-order) by user or program action and closed by the system when appropriate."
Can anyone please tell me what is this mean?
I appreciate your time.
Thanks,
Muthiah.

