I am writing an application that uses OpenNETCF.IO.Serial (open source, see serial code here) for its serial communication on a Windows CE 6.0 device.This application is coded in C# in the Compact Fra
I\'m in need to create an GPRS connection in an PDA that has windows ce 6. Now normally i would had to use the manufacturer\'s dll to create that, but they said that they use ras to accomplish this. T
We have a .Net compact 3.5 applic开发者_开发知识库ation running on windows mobile 6.1 platform. We run it on Intermec CN50 PDA.
I am trying to use the code in this article that lets you know when your app is idle.. This code works great if your application has only one form.You call Application2.Run(myOnlyForm) on it and all
Anyone know how to access HTTP POST data in the Padarn web server? They wrote the POST data will be in Requ开发者_如何学JAVAest.Form, but there is always nothing.We\'d need to see more of your code.Is
I am using the Signature control in OpenNETCF.It works great for most everything I need. However, I need a way invert the signature and load it back in.
In many places in our application we have code like this: using(RAPI rapi = new RAPI()) { bool connected = TryToConnectWithTimeout(rapi);
I\'ve been try开发者_Go百科ing to track down a bug I thought was thread-related, but I think instead there is an issue with the way I am using OpenNETCF\'s Stopwatch. I am using OpenNETCF.IoC in my ap
I have a chance to upgrade a legacy suite of applications currently using .net 1.1 to the newest .net framework.
I have a background worker that stops after 100 iterations. Like this: BackgroundWorker bgWorker = new BackgroundWorker();