BUG: UserControl Not Printing Labels Correctly
ID: Q181368
|
The information in this article applies to:
-
Microsoft Visual Basic Control Creation, Learning, Professional, and Enterprise Editions for Windows, version 5.0
SYMPTOMS
When printing a form containing a UserControl, the labels in the
UserControl do not print properly. A common symptom is that only the first
word of the label prints.
RESOLUTION
To work around this problem:
- Set the AutoResize property of each Label control to True.
-or-
- Replace the Label control with a different control, such as a TextBox
control.
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
- Create a new ActiveX Control project. UserControl1 is created by
default.
- Place a Label control on the UserControl.
- Set the Caption of Label1 to: This is a test
(Make sure the width is large enough to display the caption.)
- Close the UserControl1 window.
- Add a Standard EXE project by clicking Add Project from the File menu.
- Place the UserControl1 on the default Form1 (via the Toolbox).
- Click Print from the File menu. Range is "Module" and Print What is
"Form Image." Note that only the first word of the label prints.
- Reopen the UserControl1 window and set the AutoResize property of the
Label to True.
- Close the UserControl1 window and repeat step 7. Note that the contents
of the label prints properly.
NOTE: The same problem occurs when using the PrintForm method to print
the form.
REFERENCES
For related information, please see the following articles in the
Microsoft Knowledge Base:
Q174652 BUG: PrintForm Method Does Not Print Entire Form
Q171471 FIX: VB-Created Controls Fail to Print w/UserControl_Paint
Additional query words:
ocx
Keywords : kbVBp500 kbGrpVB
Version : WINDOWS:5.0
Platform : WINDOWS
Issue type : kbbug