PrintPreviewControl Paging

G

Guest

I was using a PrintPreviewDialog, and it previewed the file nicely, I could
page through it, etc. But I could not control the printing, so I made my own
form with a PrintPreviewControl on it, and buttons to print as I want. The
problem is that it no longer supports paging throught the preview, it just
stays on the first page.

I can write my own PageUp and PageDown buttons, but there does not seem to
be a way to tell the PrintPageEventHandler what page I want to show on the
preview screen. Is there a property or something to tell it which page to do?
Or a way to reactivate the paging in the preview control?

Thanks for any help that you can provide.
 
G

Guest

Cancel this issue, the problem was that I did not have focus start on the
print preview.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top