Hi!
First off, I'm new here, so HELLO to everyone!
Well, my question is: how do I print to a POS printer in C#?
As I origin from legacy VB (VB6) I remember I did it easily like this:
I've tried this approach and it doesn't work. I've searched here and on uncle G, but to no avail.
Any ideas?
First off, I'm new here, so HELLO to everyone!
Well, my question is: how do I print to a POS printer in C#?
As I origin from legacy VB (VB6) I remember I did it easily like this:
Code:
open "LPT1" As #1
Print#1, "blah, blah"
Close#1
I've tried this approach and it doesn't work. I've searched here and on uncle G, but to no avail.
Any ideas?