Click to See Complete Forum and Search --> : images


pythonpower
September 17th, 2001, 07:14 PM
how do i print images. i have a jpeg i would like to print using code and i am kind of lost. any help would be appreciated

thanks in advance

MKSa
September 17th, 2001, 08:12 PM
Assumimg that you loaded the image you want to print in a PictureBox control then you can use the following code:

Printer.PaintPicture Picture1.Picture, 0, 0