Click to See Complete Forum and Search --> : printing problems


cyberia_2ooo
January 15th, 2004, 04:10 AM
ok, it's like that....
i am printing a certein document...

and because of the different between the DC (one is the screen and the other is the printer) everything which is not the text (meaning, DIB's which i am blitting, and lines that i am drawing) gets all screwd up.

is there a way for me to fix that without having to rewrite the whole drawing procedure to use MM_TWIPS as a mapping mode...

Marc G
January 15th, 2004, 06:49 AM
What do you mean with screwed up?

drzarkov
January 15th, 2004, 11:24 AM
I dont understand your question fully. But if you use the same drawing procedure for printing as you use for the screen then you have to recalculate your coordinates depending on the resolution your printer uses. if you're ok with bad quality then copy your screen into a bitmap and draw this one into the printers dc.

But discribe your problem in more detail.

E