waytech2003
Programmer
I am trying to print the contents of a Picturebox, named Pic, that contains a gif with a transparent background.
I find that in using the PaintPicture method the transparency fails. It results in the image with a white rectangle the size of the picture control.
The reason I need this to be transparent is the first thing I do when creating this page is place a differant faint picture on the page as a watermark. I then print all the text over that. The printed text is working fine, it's just the second printed picturebox that is not working the way I want.
Is there some transparency setting that I am missing?
Printer.PaintPicture Pic.Picture, X1, Y1, Pic.ScaleWidth,Pic.ScaleHeight
I find that in using the PaintPicture method the transparency fails. It results in the image with a white rectangle the size of the picture control.
The reason I need this to be transparent is the first thing I do when creating this page is place a differant faint picture on the page as a watermark. I then print all the text over that. The printed text is working fine, it's just the second printed picturebox that is not working the way I want.
Is there some transparency setting that I am missing?
Printer.PaintPicture Pic.Picture, X1, Y1, Pic.ScaleWidth,Pic.ScaleHeight