mciing7912
Programmer
Hi!
I need to "join" text and images into the printer object!
my problem is if I insert text, the image desappears!! any idea? this is my code:
Printer.Print
'Copy picture to Printer
Printer.CurrentX = 0
Printer.CurrentY = 0
Printer.Print "Project: Image and Text"
Printer.PaintPicture picturebox1.Picture, X, Y Printer.EndDoc
thanks!
I need to "join" text and images into the printer object!
my problem is if I insert text, the image desappears!! any idea? this is my code:
Printer.Print
'Copy picture to Printer
Printer.CurrentX = 0
Printer.CurrentY = 0
Printer.Print "Project: Image and Text"
Printer.PaintPicture picturebox1.Picture, X, Y Printer.EndDoc
thanks!