DOCUMENT:Q179052 08-JAN-1998 [vbwin] TITLE :BUG: Transparent Label on Transparent Control Does Not Display PRODUCT :Microsoft Visual Basic for Windows PROD/VER:WINDOWS:5.0 OPER/SYS:WINDOWS KEYWORDS:vb5all VBKBAX VBKBComp VBKBCtrl ====================================================================== --------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 5.0 --------------------------------------------------------------------- SYMPTOMS ======== The Label text on a UserControl does not appear or appears "jagged" when the UserControl is placed in a container. CAUSE ===== This problem occurs when the BackStyle property of both the Label control and the UserControl are set to Transparent. If the Font property of the Label control is set to a TrueType font, the Label text appears "jagged." If the Font property of the Label control is set to a non-TrueType font, the Label text does not appear at all. STATUS ====== Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION ================ Steps to Reproduce Behavior --------------------------- 1. Start a new ActiveX control project in Visual Basic. UserControl1 is created by default. 2. Set the BackStyle property of UserControl1 to 0-Transparent. 3. Add a Label control to UserControl1. Set the BackStyle property of the Label control to 0-Transparent. Enter some text in the Caption property, such as "Hello World." Close the UserControl1 control. 4. Add a Standard EXE project to the project by completing the following steps: - From the File menu, click Add Project. The Add Project dialog box appears. - From the New Tab, click Standard EXE. - Click Open to close the dialog box. Form1 is created by default. 5. Add the UserControl you created in the previous steps to Form1. Note that the caption in the Label control does not appear. Additional query words: ocx user control activex control ====================================================================== Keywords : vb5all VBKBAX VBKBComp VBKBCtrl Version : WINDOWS:5.0 Platform : WINDOWS Issue type : kbbug ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 1998.