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.
 
Back
Top