I have asked before the same question but no one help me
-
Please help me I want to print some things using a Mobile Pro Spectrum printer from an Optimus_PDA device. I work in c# .NET2005 please help me I want the correct dll I had Downloaded alot of them but it doesn't working . So if some one help me by send me the correct dll or give ma an example I will be very thankful for him/her. Bye Merry Christmas.
-
Please help me I want to print some things using a Mobile Pro Spectrum printer from an Optimus_PDA device. I work in c# .NET2005 please help me I want the correct dll I had Downloaded alot of them but it doesn't working . So if some one help me by send me the correct dll or give ma an example I will be very thankful for him/her. Bye Merry Christmas.
You asked this question yesterday[^]. People here respond on a volunteer basis, so you may not get a response in the timeframe you think is acceptable or desired. Your question isn't very clear what you are actually trying to do. Are you trying to print files from the PDA to the printer from C# code? Or are you just generally trying to print a file? In either case, you need to make sure that the printer is attached to your host computer and is working correctly. Can you print a test page? If not, I would suggest going to the manufacturers website for the printer and downloading the correct printer driver for your operating system. You also need to make sure that the host computer is able to communicate with the PDA. This is generally done through the Microsoft ActiveSync software. If your host computer is able to "see" the PDA when it is connected, you should be able to access the file system on the PDA device and print the files. If you need to do this through C# code, it is going to be more difficult.
Scott. —In just two days, tomorrow will be yesterday. —Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai
[Forum Guidelines] [Articles] [Blog]
-
You asked this question yesterday[^]. People here respond on a volunteer basis, so you may not get a response in the timeframe you think is acceptable or desired. Your question isn't very clear what you are actually trying to do. Are you trying to print files from the PDA to the printer from C# code? Or are you just generally trying to print a file? In either case, you need to make sure that the printer is attached to your host computer and is working correctly. Can you print a test page? If not, I would suggest going to the manufacturers website for the printer and downloading the correct printer driver for your operating system. You also need to make sure that the host computer is able to communicate with the PDA. This is generally done through the Microsoft ActiveSync software. If your host computer is able to "see" the PDA when it is connected, you should be able to access the file system on the PDA device and print the files. If you need to do this through C# code, it is going to be more difficult.
Scott. —In just two days, tomorrow will be yesterday. —Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai
[Forum Guidelines] [Articles] [Blog]
first thank u to answer me : second :I want to print a text I write in C# code (some lines like this eg. materialName Quantity Price Value myMAterialName 2 50 100 ) just like this I want to print third : I have print a test page and the printer work with an embedded program in the WindowsCE.NET5.0 device is called BTPrinter but I can't print the text I want in it. In other words I want to print the text I want in my program. thank u again.