Click to See Complete Forum and Search --> : Printing A Dialog Box.


fredy
May 6th, 1999, 04:07 AM
How can i Print the whole dialog box and all its controls and contents at a users request?
To siplify: how do i dump the entire current screen containing a dialog box to the printer ?

arie fred
ariefred@al-xon.com

Marqy
May 6th, 1999, 04:16 AM
Bit of a naff solution, this, but it's pretty simple. You could grab the screen (or just the dialog) into a CBitmap, create a CPrintDC, do SelectObject to get the bitmap into the print DC and then dump it to the printer...

MJA