Hi.
Is there some function or class that would print DC on printer somthing like
dc = GetDC(...) and that something like PrintDC(dc)?
Printable View
Hi.
Is there some function or class that would print DC on printer somthing like
dc = GetDC(...) and that something like PrintDC(dc)?
Your question is not very clear. There's no specific printer DC - but when implementing your drawing code, you can use CDC's member function IsPrinting() to determine whether you are currently drawing to the screen or to the printer.Quote:
Originally Posted by Odiee
// Edit: Oops... :o :D