How can i print the LPT1 ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
In VB6 i use to print text to the lpt1 port, because of matricial printers
and i use to do this:
open "lpt1:" for output as #1
print #1, "some text"
close #1
my question is:
How can i do the same in vb.net?
 

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