Printing from Windows CE

  • Thread starter Thread starter John Tunante via .NET 247
  • Start date Start date
J

John Tunante via .NET 247

Hi!

How i can print a text file from Windows CE with c# ? What objects i need ?

Thank's
 
Print it to...what? If it's a serial text printer, use the OpenNETCF serial
support. Otherwise, you have to give us some real information...

Paul T.
 
You can check out our PrinterCE.NetCF SDK for C# and VB.Net printing to
a wide variety of printers using Bluetooth, network, infrared, and
serial connections:

http://www.fieldsoftware.com/PrinterCE_NetCF.htm

Free 60-day eval and demo app:
http://www.fieldsoftware.com/PrinterCE_NetCF_download.htm

Examples with source code:
http://www.fieldsoftware.com/PrinterCE_NetCF_CodeSamples.htm

Supported printers:
http://www.fieldsoftware.com/PrintersSupported.htm

Also, to print basic HTML files from C#/VB.Net:
http://www.fieldsoftware.com/PocketHTMLprintSDK_NetCF.htm


Questions? Email: (e-mail address removed)
 
Back
Top