PRB: Control Not Visible or Partially Visible at Design Time

ID: Q149434


The information in this article applies to:
  • Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 6.0
  • Microsoft Visual Basic Standard, Professional, and Enterprise Editions, 16-bit and 32-bit, for Windows, version 4.0


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 : kbGrpVB
Version : WINDOWS:4.0,6.0
Platform : WINDOWS
Issue type :


Last Reviewed: February 3, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.