PRB: Control Not Visible or Partially Visible at Design Time
Article ID: 149434
Article Last Modified on 6/29/2004
APPLIES TO
- Microsoft Visual Basic 6.0 Learning Edition
- Microsoft Visual Basic 6.0 Professional Edition
- Microsoft Visual Basic 6.0 Enterprise Edition
- Microsoft Visual Basic 4.0 Standard Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 16-bit Enterprise Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
This article was previously published under Q149434
SYMPTOMS
A control added to a form at design time, such as a text box, is no longer
visible on that form during design time.
CAUSE
The Left and Top properties of the control are set to a value outside the
boundaries of the form or set to a negative number. The SSTab control may
also reset these properties to a value outside the boundaries of the form.
RESOLUTION
In the Property windows, click the Object list box and click the control.
Check the Left and Top properties to make sure they are the appropriate
values. If the control is still not visible, set these values to 0 to place
the control in the Top Left corner of the form.
Additional query words: kbVBp400 kbVBp600 kbVBp kbdsd kbDSupport kbControl
Keywords: kbprb KB149434