News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

print preview

Started by stanks, March 07, 2008, 09:45:48 AM

Previous topic - Next topic

stanks

I am trying to figure out how print preview works but i still don't understand it :( anyone have example of it or maybe explanation?

Thanks

Tedd

When you print, all you really do is draw in a device context. If that device context is for the printer itself, then the 'picture' you draw is what gets printed out. However, if you create a separate device context, draw in that, and that display it to the user, they will see what would be printed out if it were sent to the printer instead.
No snowflake in an avalanche feels responsible.