Pocket pc printing c# application

Dec 1 2005 7:07 PM
I have the following question and i am in real need of an answer. I have 2 applications one running on a Pocket PC device and one on a computer as a Back-Office both C# .NET applications. The computer has a barecode printer attached. I would like to print a label using my Pocket PC application. On the BO i can easily do that by creating a .txt file and sending it to LPT1. To do this I used the System.Diagnostics.Process class and started a .bat file that contained a copy to LPT1 command. My problem is to start a similar process on the computer but from the pocketpc device. Could anyone help me?

Answers (1)