Prints an image from your program
Prints an image from your program
Rate Prints an image from your program
(2(2 Vote))
Printer.CurrentX = 20 ' This places the image 20 from the left
Printer.CurrentY = 35 ' This places the image 20 from the top
Printer.PaintPicture Form1.Picture1, 20, 20 'This sends the image to the printer
Printer.EndDoc ' This prints the picture
Prints an image from your program Comments
No comments yet — be the first to post one!
Post a Comment