Intercept minimize event in C# on windows mobile (compact framework)
- by user75569
I want to intercept minimize/maximize events for a windows mobile 6.1 application in c#. Is there a simple way to achieve this. (A piece of code as an example would be great).
I need to know when the user plays with my application or the application runs in background.
Thanks