Hello all. I'm trying to print gray boxes using the Line Method:
I'm getting solid black squares. Any ideas? Is there some sort of printer settings I need to verify/change, or should this print in the correct B&W grayscale on any printer?VB Code:
'This is supposed to be a gray rectangle with a black border. Printer.DrawWidth = 10 Printer.FillColor = RGB(50, 50, 50) Printer.Line (1440*2.0, 1440 * 6.125)-(1440 * 3.0, 1440 * 6.95), , BF Printer.Line (1440*2.0, 1440 * 6.125)-(1440 * 3.0, 1440 * 6.95), vbBlack, B
Thanks everybody!




Reply With Quote