|
-
Aug 1st, 2005, 12:28 AM
#3
Re: how to use printpreviewdialog?
If you use a PrintPreviewDialog you need to be aware that your code will execute the printing process you define to produce the preview. If the user chooses to print from the PrintPreviewDialog then your print routine will be executed a second time. This means that if you are using a variable to track the current page number then you must reset it at the end of the print routine so that the second execution will start from the beginning again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|