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
 
Back
Top