Is there any way to search for a Type with only its type name in all application domain on the Compact Framework 2.0?
I have a software application written for .Net Compact Framework 3.5 in VS2008. I can connect to my device via Activesync and deploy the application without problems. I can launch the app on the devic
I have a SQL Compact Edition Database that I update periodically (via web services). The part where I write to the database is taking way too long.I am currently doing it with Linq to Datasets (as se
Any know any Listbox control that can scroll with momentum like the iPhone\'s listbox? (Free / Open开发者_开发技巧Source preferable)
In my setup.dll i have the folowing: #include \"stdafx.h\" #include \"ce_setup.h\" TCHAR Message[] = _T(\"TERMS & CONDITIONS\\r\\n \")
We are developing a CF application and are making use of the default localization/resource handling in the framework (that is, when editing a form in the designer properties like Text have their value
I\'m looking for an opensource library/SDK for windows mobile devices. My purpose is to scan a barcode from mobile\'s camera and retrieve its info. I 开发者_Go百科used zxing for android but is not sup
Is there a way (using C#) to hide and disable the min开发者_高级运维imize/close button? I have a form that I use for login, and I would just rather they not be able to close the window.
Is there a way to detect whether we are running on emulator or real device from .NET CF code? 开发者_StackOverflowThanks
I\'m currently working on project for the .NET Compact Framework which uses DotNetZip for reading ZIP-files. The project is split into two parts. One platform-independent library which should be avail