BUG: Border of Label Control Does Not Show Up at Run Time (262469)



The information in this article applies to:

  • Microsoft eMbedded Visual Basic 3.0, when used with:
    • Microsoft Windows CE Platform SDK for Pocket PC

This article was previously published under Q262469

SYMPTOMS

When the BorderStyle property of the Label control is set to 1 - vbFixedSingle, the border shows up at design time, but does not show up at run time.

CAUSE

The eMbedded Visual Basic (eVB) run time does not draw borders around 3-D labels correctly.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a Pocket PC project in eVB. Form1 is created by default.
  2. Add an instance of the Label control to Form1.
  3. Set the BorderStyle property to 1 - vbFixedSingle, and note that the label has a border at design time.
  4. Press the F5 key to run the application, and note that the label does not show up with a border.

Modification Type:MajorLast Reviewed:5/20/2003
Keywords:kbbug kbnofix KB262469