BUG: MDIChild Form Not Brought to Front with Show MethodLast reviewed: June 2, 1997Article ID: Q168850 |
The information in this article applies to:
SYMPTOMSWhen the Show method of an MDI child form is invoked, the MDI child form is not brought to the front.
RESOLUTIONTo ensure that the correct window is brought to the top, use the ZOrder method. Replace the Show method with the ZOrder method. In other words, you would replace the following line of code:
Form1.Showwith:
Form1.ZOrder STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce the Problem
|
Additional query words: active activated focus
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |