You can do it in a very simple manner by using Printer.PaintPicture method.
It's very simple to use, though it will only work with the picture box, not
the image control (you can always pass the image control's image to a
picture box)
Hope this helps
Miguel Santos
_____________________________________________________________
Jon Green <cro...@surf.seascape.com> escreveu no artigo
<01bc895e$a28b4aa0$71f6a5c6@pentium200>...
> I would like to print the contents of a picture box or image box without
> using the printform method. I have tried using the Bitblt method in the
KB
> but with no prevail. I keep getting an error in the printing. I would
like
> to use an API or some other method and NOT a custom control. I would
really
> appreciate any responses.
>
>
> Thankyou,
> JON
>
>