opennetcf
Serial, RS422, In C#, TxDone Event Not Firing, No Data Being Received
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[详细]
2023-02-09 14:12 分类:问答Creating persistent RAS connection with opennetcf Ras in Windows CE 6.0
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[详细]
2023-02-07 22:26 分类:问答windows mobile 6.1 bar code problem with .Net compact 3.5 application
We have a .Net compact 3.5 applic开发者_开发知识库ation running on windows mobile 6.1 platform. We run it on Intermec CN50 PDA.[详细]
2023-01-22 23:03 分类:问答How to attach Messages from a Form shown with ShowDialog to Application2?
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[详细]
2023-01-04 08:07 分类:问答Access HTTP POST data in OpenNETCF Padarn
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[详细]
2022-12-29 04:57 分类:问答OpenNETCF Signature control question
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.[详细]
2022-12-27 18:21 分类:问答RAPI Approach: 1 static instance for the entire winforms app vs create,connect,dispose
In many places in our application we have code like this: using(RAPI rapi = new RAPI()) { bool connected = TryToConnectWithTimeout(rapi);[详细]
2022-12-27 17:16 分类:问答OpenNETCF.Stopwatch -> only ticks changing, not Elapsed
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[详细]
2022-12-25 10:42 分类:问答OpenNETCF 1.4 Vs OpenNETCF 2.3
I have a chance to upgrade a legacy suite of applications currently using .net 1.1 to the newest .net framework.[详细]
2022-12-25 00:26 分类:问答c# opennetCF background worker stops after 100 iterations
I have a background worker that stops after 100 iterations. Like this: BackgroundWorker bgWorker = new BackgroundWorker();[详细]
2022-12-24 13:37 分类:问答