Printing Graphics - .bmps
- Posted by tweezer Jun 05, 2011
- 1218 views
Hello!
OK... I have created a program that generates a barcode label. I have a RichEdit box, whi, "on Paint" draws the barcode image from a .bmp file, then adds some text from variables. The image and text paint up nicely in the RE window when I run the program.
I want to print that RichEdit... I am using win32lib's "printRichTextPages". However, my image does not print! (not a printer issue.)
Can anyone give some guidance on how to set up a window with dynamic text and graphics that I can print?
Thanks in advance for any advice! T.