Corresponding Printer Object of Vb6 in VB.Net

  • Thread starter Sanjoy GuhaRoy via DotNetMonster.com
  • Start date
S

Sanjoy GuhaRoy via DotNetMonster.com

I want to know what is the corresponding printer object of VB6 in VB.Net

In VB 6 printer object was default and we could use it and call all its methods like 1.Printer.PaperSize 2.Printer.DrawWidth 3.Printer.Line

How to use them in VB.Net if some can let me with some examples
 
H

Herfried K. Wagner [MVP]

Sanjoy GuhaRoy via DotNetMonster.com said:
I want to know what is the corresponding printer object of VB6 in VB.Net

In VB 6 printer object was default and we could use it and call all its
methods like 1.Printer.PaperSize 2.Printer.DrawWidth 3.Printer.Line

Preview and Print from Your Windows Forms App with the .NET Printing
Namespace
<URL:http://msdn.microsoft.com/msdnmag/issues/03/02/printinginnet/>

A .NET Text Printing Class... That Works!
<URL:http://www.developer.com/net/net/article.php/3102381>

PrintingDemo
<URL:http://dotnet.mvps.org/dotnet/samples/printing/PrintingDemo.zip>
 

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

Top