本文介绍了后退按钮无法正常运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在使用C#在 windows mobile 6上开发项目.
在此应用程序中,我们有一些屏幕.用户可以浏览这些屏幕(窗体).
我们在每个表单的菜单中都提供了后退按钮功能,即,如果用户从当前表单转到下一个表单,则可以向他提供返回上一屏幕的选项.
当用户处于该应用程序环境中时,此方法工作正常,,但是每当用户按下电话上提供的结束按钮并返回到我们的应用程序时,他都可以看到他离开的屏幕,但是当他单击返回选项时,该应用程序正在消失.
再次,当他打开应用程序时,将看到用户期望的屏幕.
这种情况一直发生,直到用户看到应用程序的初始屏幕为止.

谁能帮我解决这个问题.

谢谢
Yashwanth.

Hi all,

Am working on a project on windows mobile 6 using C#.
In this application we have some screens. The user can navigate through these screens(forms).
We provided a back button functionality in each form''s menu i.e if the user go to next form from the current form he is provided with a option to come back to previous screen.
This is working fine when the user is within that application environment, but whenever the user presses the end button provided on phone and comes back to our application he can seen the screen where he left at but when he clicks back option the application is getting disappeared.
Again when he opens the application the user is seen expected screen.
And this is happening until the user sees the initial screen of the application.

Can any one help me in solving this problem.

Thank You
Yashwanth.

推荐答案



这篇关于后退按钮无法正常运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 05:38