Print by windows CE device
-
hey guys, i wanted to program a windows CE device by c# and my purpose is to print a simple page. but in 'device application' windows form, there is no 'PrintDialog' nor 'PrintDocument' (and other necessary) classes for me to manage a print :((. how can i print through a windows CE device? much appreciated.
modified on Saturday, November 28, 2009 1:32 PM
-
hey guys, i wanted to program a windows CE device by c# and my purpose is to print a simple page. but in 'device application' windows form, there is no 'PrintDialog' nor 'PrintDocument' (and other necessary) classes for me to manage a print :((. how can i print through a windows CE device? much appreciated.
modified on Saturday, November 28, 2009 1:32 PM
How do you attach a printer to a windows CE device ? Do they have USB ports and printer drivers ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
How do you attach a printer to a windows CE device ? Do they have USB ports and printer drivers ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
yes exactly. i have a usb printer connected to my device and my windows recognizes it and the driver. i can print with other applications in windows CE (like microsoft word) but i want my own application to print a page. how is it? thanks.