How to print a document in vb.net

  • Thread starter Thread starter MariaPerez
  • Start date Start date
M

MariaPerez

I m trying to use the printer.print command in my application, but it
doesn 't work
It seems to be that my application not recognize de printer object.

I don t know what i doing wrong, in most forums says it easy, y follow
the steps but it is the same.

Thanks for your help
 
MariaPerez said:
I m trying to use the printer.print command in my application, but it
doesn 't work
It seems to be that my application not recognize de printer object.

I don t know what i doing wrong, in most forums says it easy, y follow
the steps but it is the same.

The 'Printer' object is supported by VB6, but not by VB.NET (VB 2005). You
may want to use the 'PrintDocument' class instead.
 

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