如何知道我的应用程序是在后台还是前台运行?
我正在使用 C Sharp 制作 Windows Mobile 6.5 应用程序。
在应用程序中,我在一个案例中打开默认浏览器。当我打开浏览器时,该应用程序仍在后台运行。但我希望应用程序没有运行,并且当用户返回应用程序时,应用程序再次运行。
所以,我应该知道应用程序在后台或前台运行的状态。 怎么知道呢???
如果有人知道的话请回复我。提前致谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下这个
http://msdn.microsoft。 com/en-us/library/microsoft.windowsmobile.status.systemproperty.aspx
属性 ActiveApplication
将帮助您完成您想要的事情。
我还发现 Daniel Moth 使用上面的内容
http://www.microsoft.com/uk/msdn/screencasts/screencast/191/Windows-Mobile-Managed-APIs-Status.aspx
Take a look at this
http://msdn.microsoft.com/en-us/library/microsoft.windowsmobile.status.systemproperty.aspx
The property ActiveApplication
Will help you with what you want.
Also I found this video with Daniel Moth using the stuff above
http://www.microsoft.com/uk/msdn/screencasts/screencast/191/Windows-Mobile-Managed-APIs-Status.aspx