How I can get a print preview in visual c.
I have a program that start by a dialogbox.
I have some CString that i want to print preview its and draw a rectangolar arround them.
Please help me.
Best regards
khalil zare from Iran
Printable View
How I can get a print preview in visual c.
I have a program that start by a dialogbox.
I have some CString that i want to print preview its and draw a rectangolar arround them.
Please help me.
Best regards
khalil zare from Iran
The framework itself supports print preview, so you do not need to worry much about it.
Dear Sumathi
Thank you for your help.
My program start with a dialog box.
I have some cstring in this dialog box and there is a bottom (Report Bottom) that event to "OnReport" prodecure.
I want to fill this prodecure with some command that pre view my cstrings in a box.
But i donn't know any thing.