|
-
Jan 21st, 2000, 06:03 AM
#1
Thread Starter
New Member
How do I print the black text (forecolor) in the gray box (backcolor) on the paper.
Here is my code. (This is not working.)
Printer.DrawWidth = 5
Printer.FillColor = &H808080
Printer.FillStyle = 0
Printer.FontTransparent = True
Printer.ForeColor = vbBlack
Printer.Print "Hello this is a test"
Printer.Line (0, 300)-(1000, 200), &HC0C0C0, B
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|