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
[email protected]
Printable View
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
[email protected]
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