I have a .NET Compact Framework (CF) application on Windows CE that interacts with native some DLL files, and the application has some unknown behaviors and problems.
First of all I am running this on a Mobile Device using CE6.5.I have an ArrayList of data that are ints and for graphing purposes I want to convert in order the number it is into the list and the int
I\'ve been \"googling\" around about inversion of control on Compact Framework but most of solutions will work 开发者_如何学Con 3.5 version.
I\'m doing an application for a Windows CE 5.0 device that asks for the username in the first form (when the application is launched), and then I get the userId from a database table.
We are developing apps in .NET (Compact) Framework 2.0 for desktops and PPC devices running either WinCE or WinMobile 6.5
I am using the .NET Compact 开发者_如何学CFramework in VS 2005. How can we disable specific dates in a DatePicker in C#? And how can we disable all Saturdays?
I’m trying to use Bouncy Castle v1.7 on a Windows Mobile 6.5 device. I’m trying to execute the following code:
I have a form, and doing showdialog on that. It is like msg box. I am doing something like msgBox = new MsgBox();
Any suggestions for C# aspect oriented programming libraries with support for compact framework version 3.5? It seems that PostSharp 开发者_开发技巧supports it, but are there any other alternatives? E
I\'m using Compact Framework 2.0 for an application in Windows CE 5.0. I\'m having trouble changing control between different forms.