Re: Printing Graphics - .bmps

new topic     » goto parent     » topic index » view thread      » older message » newer message

I think I better understand what you're trying to do now. Try creating a Pixmap and draw your text and barcode onto that. Then just copyBlt() the pixmap to your window during its w32HPaint event. Then when you need to do your printing, just copyBlt() the pixmap again to the Printer instead.

This method is commonly known as "double buffering"; albeit a simple example of it. smile

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu