FIX: PrintForm Method Does Not Print Entire Form (174652)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
This article was previously published under Q174652 SYMPTOMS
Executing a PrintForm method to print a maximized form results in only a
portion of the form being printed. This bug may also occur when you click
Print on the File menu to print a Form Image.
CAUSE
The PrintForm method prints an image of the Form window in its normal
state. Those controls that are not visible on the Form when the Form's
window state is normal will not print.
RESOLUTIONWorkaround #1
To workaround this bug, resize the form so that all controls on the form
display, and then execute the PrintForm method.
Workaround #2
You can also workaround this problem by capturing the on-screen image of
the form and then printing that image. For more information, see the
following Microsoft Knowledge Base article:
161299 HOWTO: Capture and Print the Screen, a Form, or any Window
Please note that this workaround will not work in situations where the form
is larger than the display area, or if a portion of the form is not visible
for any other reason. For an alternate approach, please see the following
articles in the Microsoft Knowledge Base:
178076 HOWTO: Use a PictureBox to Control Orientation Printing a Form
230502 HOWTO: Print a Form That Is Too Large for the Screen or Page
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been fixed in Visual Basic 6.0.
Modification Type: | Major | Last Reviewed: | 11/18/2003 |
---|
Keywords: | kbBug kbfix kbprint kbVBp600fix KB174652 |
---|
|