Printing Barcodes

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

Guest

Hi

I'm trying to print to a barcode printer attached to the Pocket Pc. How do I do this? I'm using VB.NET for CF. Anybody has a sample code for this?

Thanks
Bert
 
Either the printer has an API that you call with P/Invoke or it has it's own
PCL and you must send it PCL, probably serially, to give it the commands.
There are tools out there that wrap the PCL and make it easier to use like
PrinterCE

-Chris


Bert said:
Hi,

I'm trying to print to a barcode printer attached to the Pocket Pc. How
do I do this? I'm using VB.NET for CF. Anybody has a sample code for this?
 
Back
Top