BUG: Printer.DrawWidth Appears To Be Ignored with Windows 95/98 (190216)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 5.0, when used with:
- the operating system: Microsoft Windows 95
- the operating system: Microsoft Windows 98
- Microsoft Visual Basic Learning Edition for Windows 6.0, when used with:
- the operating system: Microsoft Windows 95
- the operating system: Microsoft Windows 98
- Microsoft Visual Basic Professional Edition for Windows 5.0, when used with:
- the operating system: Microsoft Windows 95
- the operating system: Microsoft Windows 98
- Microsoft Visual Basic Professional Edition for Windows 6.0, when used with:
- the operating system: Microsoft Windows 95
- the operating system: Microsoft Windows 98
- Microsoft Visual Basic Enterprise Edition for Windows 5.0, when used with:
- the operating system: Microsoft Windows 95
- the operating system: Microsoft Windows 98
- Microsoft Visual Basic Enterprise Edition for Windows 6.0, when used with:
- the operating system: Microsoft Windows 95
- the operating system: Microsoft Windows 98
- Microsoft Visual Basic Control Creation Edition for Windows 5.0, when used with:
- the operating system: Microsoft Windows 95
- the operating system: Microsoft Windows 98
This article was previously published under Q190216 SYMPTOMS
Printing lines and/or circles ignores your Printer.DrawWidth setting,
producing thin lines with the default DrawWidth of 1 instead of the thicker
lines desired.
RESOLUTION
This can often be resolved by adding the following line before any other
printing or the setting of any Printer object properties:
Printer.Print
But a more reliable method is to print a Null circle with the following:
Printer.DrawWidth = 1
Printer.Circle (0, 0), 0
before any other printing or setting the DrawWidth property to the desired
value.
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.
REFERENCES
For information on a related bug, please see the following article in the
Microsoft Knowledge Base:
176634
: BUG: Line/Circle Methods Don't Print as Transparent on Win95/98
Modification Type: | Major | Last Reviewed: | 5/13/2003 |
---|
Keywords: | kbBug kbprint KB190216 |
---|
|