BUG: ZOrder and Aligned ControlsLast reviewed: October 8, 1996Article ID: Q143404 |
The information in this article applies to:
SYMPTOMSPlacing a control such as a command button on top of an aligned OCX control at design time will cause the Command button to fall to the bottom of the ZOrder at run time and become invisible.
MORE INFORMATION
Steps to Reproduce Problem
WORKAROUNDInvoke the ZOrder method of the Command button in Form_Load event as in the sample code below:
Private Sub Form_Load() Command1.ZOrder 0 End Sub STATUSMicrosoft has confirmed this to be an issue in Microsoft Visual Basic version 4.0 for Windows. We are researching this problem and will post new information here in the Microsoft Knowledge Base.
|
Additional reference words: 4.00 vb4win vb4all
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |