How do i print in vb .net 2003?

G

Guest

Sorry, i am new in .net languages.
In vb6 i use to do this to print:
printer.Fontname= "Arial"
printer.FontSize=8
Printer.print "some text"
Printer.Enddoc
And the text is printed to the spoll of the windows.
My question is:
How can i make the same thing in VB .NET 2003?
thanks for help
Luis
 
G

Guest

Try looking at the .NET framework documentation for the
System.Drawing.Printing Namespace
 

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