Microsoft .Net Compact Framework (compact-framework, .netcf) is a constrained version of Microsoft .Net Framework designed for limited resource devices such as mobile phones, personal digital assistants and other embedded devices.
I have a listbox displaying items from an enum. I want to select/highlight the current value (read from a …
c# listbox compact-framework listboxitem .net-1.1With the .NET Framework 2.0/3.5 TabControl, I can programmatically select a tab using the SelectedTab property as shown in the code …
c# .net compact-framework tabcontrolI have the following (as an example) XML file and XSD. <?xml version="1.0" encoding="utf-8" ?> <foo> &…
c# xml compact-framework xsd xmldocumentI am having a lot of trouble getting a basic scenario to work on windows mobile 5.0 emulator. I have a …
.net windows-mobile compact-framework pinvoke emulationI'm trying to save and load images with SQLite with an app on WinForm with CF. I found a way …
c# image sqlite compact-frameworkI have tried the following code using the 2.0 framework and I get an attribute back, but when I try this …
c# compact-framework attributes marshalling getcustomattributesHow could I encode my string into a QR Code using ZXing.Net? I can already decode, but having problems …
c# compact-framework zxingI'm working with a motorolla MC55 which scans and beeps on a successful scan, I need to disable that feature …
c# compact-framework barcode-scanner motorolaI have a detailcollection collection in which every detail has code, price, name And a string with some codes string …
c# compact-framework lambdaIs it possible to call Application.Run, but to not pass a form parameter, or is there an alternative if …
c# .net compact-framework