Can anyone tell me how to print a picture present in the picture or image box. I used printer.print but didn't work.
Printable View
Can anyone tell me how to print a picture present in the picture or image box. I used printer.print but didn't work.
something along these lines
hope this helpsCode:
Printer.StartDoc 'starts a new printer document
Printer.PaintPicture Picture1.Picture, 0,0 'Puts picture1 on the printer
Printer.EndDoc 'Ends and prints the printer document
Thanks a lot Sam. :D
:p Kinjal :P