Hi,
I have one question
In VB6 i use this sample of code to print directly to the printer. I mean EPSON compatibile dot-matrix printers
Open ?LPT1? For Output as #1 Or
Open ?\\Server\printer? For Output as #1
Print #1, ?something i what to print?
Print #1, ?something else …?
….
Close #1
On that way I print directly to the printers port (LPT1) in draft mode ? NOT graphics
I need this because I what to print (not in graphic mode) to the EPSON DFX8500
How to do this in VB.NET or C# ?
Please help me
P.S. Please reply me on tancev@bankerinter.net