Direct print to LPT1

  • Thread starter Thread starter calvinca
  • Start date Start date
C

calvinca

In VB

Open "Lpt1" For Output As #1
PRINT #1 "xxx"
Close #1

but how about in C# ?
anyone help ?
 
In VB

Open "Lpt1" For Output As #1
PRINT #1 "xxx"
Close #1

but how about in C# ?
anyone help ?



1) Launch your Internet browser (e.g. IE, FireFox, Netscape etc)

2) Go to http://www.google.com

3) Enter the text below in the box:

"C#" LPT1 direct

4) Hit the button
 

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