Printing to "text only" printer

  • Thread starter Thread starter Simon Verona
  • Start date Start date
S

Simon Verona

I have a receipt printer that is set up using a generic/text print driver.

I want to send a print to it.

The standard vb.net printing methodology seems a little bit of overkill.
Is there any way that I can simply "print" the data to the printer without
worrying about paging, fonts etc.

ie something like:

someobject.print "line 1" & vbcrlf
someobject.print "line 2" & vbcrlf

etc etc

Thanks in advance
Simon
 
Simon Verona said:
I have a receipt printer that is set up using a generic/text print driver.

I want to send a print to it.

The standard vb.net printing methodology seems a little bit of overkill.
Is there any way that I can simply "print" the data to the printer without
worrying about paging, fonts etc.

HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;322090>
 

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