I have an application where I need to print out a label
sheet with white letters and a black background.

I've figure out how to print text and line art using:

Printer.print "stuff"
Printer.line (x1,y1)-(x2,y2)

But how do reverse video everything? I want my lines and
text to come out white and the surrounding area in black.

I'm using VB4.0 and a normal B&W laser printer.

Thanks very much.

Phil Hall