The information in this article applies to:
SYMPTOMSWhen the Autosize property of a label control is set to True, the right- most character may not be entirely visible. RESOLUTION
To work around the problem, you can either size labels manually, or,
if you are using the Autosize property to compensate for a changing label
caption at run-time, add code to the Change event of the label to resize it
after the Caption property is changed, as follows:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: vbce vbce5 vbce6
Keywords : kbToolkit kbVBp kbVBp500bug kbVBp600fix kbWinCE kbWinCE100 kbGrpVB |
Last Reviewed: February 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |