PDA

Click to See Complete Forum and Search --> : printer.print


enevoljm
Nov 22nd, 1999, 04:21 AM
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?

Ice
Nov 22nd, 1999, 04:24 AM
Printer.Print
PicturBox1.Print

when you leave the particular line of code the 'Print' will turn blue.

enevoljm
Nov 22nd, 1999, 04:28 AM
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.