To print using the printer object, the online help says to use the print method. But when I type in "printer." there isn't a print method in the pop-up list. So how do I print using the printer object?
Printable View
To print using the printer object, the online help says to use the print method. But when I type in "printer." there isn't a print method in the pop-up list. So how do I print using the printer object?
Printer.Print
PicturBox1.Print
when you leave the particular line of code the 'Print' will turn blue.
Thanks! It works.
But I wonder why "Print" is not listed as a valid method for the printer object. I even looked in VB's object browser and it's not there.