PDA

Click to See Complete Forum and Search --> : Printing From PrintPreview Dialog [Resolved]


Danial
Aug 14th, 2004, 09:04 AM
Hi,
How can i define the event when Print Button in the PrintPriview Dialog tool bar is cliked.

I can print using ThePrintDocument.Print(), but when I preview using the PrintPriviewDialog and Print Button is clicked nothing happens even though PrintDocument_PrintPage event is fired.

So how would I make it so that user can print the document by pressing print button in the PrintPreviewDialog toolbar?


Thanks a lot.

Danial