http://www.vb-helper.com/HowTo/preview2.zip

	Purpose
Provide print preview with different scales.

	Method
Create a subroutine that takes as a parameter an object. Draw the printout
on the object. For a preview, the program passes this routine a hidden
PictureBox. For a printout it passes the Printer object.

To display the preview at different scales, use the PaintPicture method to
copy the preview image from the hidden PictureBox to a visible PictureBox
at the desired scale.

To keep things simple, this example is not very fancy. The book "Advanced Visual
Basic Techniques" shows how to make a much fancier preview including scrolling
through the preview image. For more information go to

		www.vb-helper.com/avbt.htm

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does not error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
