Hi All,
I would like to ask on the way to control the "power-down" behaviour of application in Pocket PC. Currently, when the user press the power button to turn off the monitor, and then press it back, the application is still working (sound etc) EXCEPT the graphics (I use picture box) is freeze indefinitely.
Can I know how to work around this problem
Thank you in advance for the replies.

Problem when power button pressed
Topmcsd
The SDF v2 wraps that nicely for you:
http://blog.opennetcf.org/ctacke/PermaLink,guid,cf2c3926-e875-4a25-b635-39e227b358f5.aspx
Thomas K
Considering I can detect the power status as you suggested, can I know what should be done to prevent it goes freeze Hide the form
Thanks for the replies