I try too much but I 'm not understand to printer.forecolor property. Printer have color cartridge but only print to black color. How do you do print color?
Note= I can speak a little english
Printable View
I try too much but I 'm not understand to printer.forecolor property. Printer have color cartridge but only print to black color. How do you do print color?
Note= I can speak a little english
What are you printing?
Does this help?
Printer.ColorMode = 2
D
No
No.
Printer.fontname="Arial"
Printer.fontsize=14
Printer.Forecolor=RGB(0,0,255)
Printer.Print "HAPPY BIRTHDAY"
Printer.Enddoc
I use this code. But it is not running. Only Printer.Forecolor property is not running. Other code is running. Please help me!
Maybe you have to pass the RGB value in a Long RGB value.
RGB(0,0,255)-->Blue isn't it? Why doesn't this RGB Code run?