Missing Printer Method in VB6

  • Thread starter Thread starter bnadler
  • Start date Start date
B

bnadler

I cannot find the Printer method in VB6. (Actually I have VB6.5) Do I have
to do something to activate the Printer method?
 
I am not a VB6 user but I have a book on it that refers to a Print Method as
opposed to Printer Method. Maybe that is what you mean.

Printer.Print <items>

is the syntax for printer output.
 
When I enter that exact term (Printer.Print) I get an error message that
there is no object and VB does not recognize the "Printer" object.
 
By the way, the Printer object is not even listed in the help section.
 
Are you sure you are using VB6? or is it VB.Net or VBA?

Look in the Help file under PrintOut. That is the VBA term for printing to
the printer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top