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?
 

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