When you press the Back key on a Smartphone device, 60 seconds may elapse before the MFC dialog box fully reappears in an application that you created in Visual Studio 2005 (908277)
The information in this article applies to:
- Microsoft Visual Studio 2005 Professional Edition
- Microsoft Visual Studio 2005 Standard Edition
SYMPTOMSIn Microsoft Visual Studio 2005, you create an application that displays a Microsoft Foundation Classes (MFC) dialog box and that runs on a Smartphone device. When you press the Home key on the Smartphone device, the MFC dialog box is sent to the background. However, when you press the Back key on the Smartphone device, 60 seconds may elapse before the MFC dialog box fully reappears.
Typically, the application is restored in the z-order.CAUSEThis behavior occurs because when you press the Home key, all dialog boxes are sent to the back of the z-order. When you have not registered the MFC dialog box in the back stack by using the SHSetBack function, the MFC dialog box is not restored when you press the Back key.
Note After about 60 seconds, parentless lost dialog boxes are forced to the front of the z-order.STATUS This behavior is by design.
Modification Type: | Major | Last Reviewed: | 1/16/2006 |
---|
Keywords: | kbtshoot kbprb KB908277 kbAudITPRO kbAudDeveloper |
---|
|