Home All Groups Group Topic Archive Search About

PrintPreview control does not print

Author
22 Jul 2006 7:14 AM
paul
Hello,
    I am using a print preview control to display some multi coloured text.
I render it fine it all looks great even does multiple pages OK. However
when I press the print button on the print preview screen nothing happens!

Can anyone help?

Thanks
Paul

Author
22 Jul 2006 9:45 AM
tommaso.gastaldi
Place a couple of breaks in the

PrintDocument1.BeginPrint
PrintDocument1.PrintPage

handlers and follow what happens...

-tom

paul ha scritto:

Show quoteHide quote
> Hello,
>     I am using a print preview control to display some multi coloured text.
> I render it fine it all looks great even does multiple pages OK. However
> when I press the print button on the print preview screen nothing happens!
>
> Can anyone help?
>
> Thanks
> Paul