Click to See Complete Forum and Search --> : Print PreView


Khalil zare
May 24th, 1999, 01:03 PM
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

Sumathi
May 24th, 1999, 01:19 PM
The framework itself supports print preview, so you do not need to worry much about it.

Khalil zare
May 26th, 1999, 11:55 AM
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.