BUG: MDIChild Form Not Brought to Front with Show Method (168850)
The information in this article applies to:
- Microsoft Visual Basic Control Creation Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
This article was previously published under Q168850 SYMPTOMS
When the Show method of an MDI child form is invoked, the MDI child form is
not brought to the front.
RESOLUTION
To 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.Show
with:
Form1.ZOrder
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 12/10/2003 |
---|
Keywords: | kbbug KB168850 |
---|
|