c# - How do I determine program interupt in Windows Mobile -


i have game application have written windows mobile , want have timer associated puzzle. if program loses focus reason (call comes in, user switches programs, user hits windows button) want pop dialog box cover puzzle , timer stop. when user closes pop dialog timer can start again.

does know how this?

thanks

take @ article on @ opennetcf's community site on determining when form or process changes.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -