Hi,
How can I print a picture on a piece of paper? when i use the following code, it print a number an the paper:
WPCode:'There is a picture in picturebox 1
Printer.Print ; Picture1.Picture
Printer.EndDoc
Printable View
Hi,
How can I print a picture on a piece of paper? when i use the following code, it print a number an the paper:
WPCode:'There is a picture in picturebox 1
Printer.Print ; Picture1.Picture
Printer.EndDoc
Code:'x and y are the position you want the picture to be printed
Printer.PaintPicture Picture1.Picture, x, y
Printer.EndDoc
Very good !
WP