如何知道我的应用程序是在后台还是前台运行?

发布于 2024-09-29 17:27:13 字数 204 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小红帽 2024-10-06 17:27:20

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文