BUG: Right-Justified Label Caption Is Aligned Improperly (180536)



The information in this article applies to:

  • Microsoft Windows CE Toolkit for Visual Basic 6.0, when used with:
    • Microsoft Windows CE 2.11 for the Handheld PC
    • Microsoft Windows CE for the Palm-size PC, Versions 2.11
  • Microsoft eMbedded Visual Basic 3.0, when used with:
    • Microsoft Windows CE 2.11 for the Handheld PC
    • Microsoft Windows CE for the Palm-size PC, Versions 2.11

This article was previously published under Q180536

SYMPTOMS

When a Label control's Alignment property is set to "1 - Right Justify," and the BorderStyle property is set to "1 - Fixed Single," the caption is displayed too far to the right, resulting in the last character not being visible.

RESOLUTION

Add two spaces to the end of the caption to avoid this problem.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a new Windows CE project in either Visual Basic or eMbedded Visual Basic. Form1 is created by default.
  2. Add a Label (Label1) to Form1.
  3. Set the Caption property of Label1 to "Hello World."
  4. Set the BorderStyle property of Label1 to "1 - Fixed Single."
  5. Set the Alignment property of Label1 to "1 - Right Justify."
  6. Press F5 to run the project and note how the Label's caption is truncated.

Modification Type:MinorLast Reviewed:3/11/2005
Keywords:kbBug kbpending kbToolkit KB180536