I am looking at a new program for some batch terminals. It woudl be written in C#. The terminals run Windows CE. Is it difficult to get the app to the terminals? I can't find anything in my C# manuals that deal with it.
Printable View
I am looking at a new program for some batch terminals. It woudl be written in C#. The terminals run Windows CE. Is it difficult to get the app to the terminals? I can't find anything in my C# manuals that deal with it.
Smart device applications run on Windows CE. so you better go client-server method
I am looking at some hand held devices. From my research (after posting), it looks like I can create a smart device project using VS 2005 and test it on the PC. Then, if I have active synch running, deploy it to the smart device. At least that's how it appears.
Exactly. and we acutally have a Mobile Development forum hereQuote:
Originally Posted by Pasvorto
Initially I thought it was more of a C# issue than it turns out to be.
Yeah, there are lots of new technologies. you have to do a research before you dig into coding