views:

59

answers:

1

I am making Windows Mobile 6.5 Application using C sharp.

In the application, I am opening the default browser in a case. When I open the browser, the application is still runing in background. But I wish that the application is not runing and when the user returns to the application, the application is runing again.

So, I should know the status that the application is runing in background or in foreground. How to know that???

If anyone knows that, please reply to me. Thanks in advance.

A: 

This article outlines how to detect both Form and Process changes.

ctacke