Top "Compact-framework" questions

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.

How can I programmatically select an item in a listbox?

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.1
How do I programmatically select a tab on a .NET CF TabControl?

With 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 tabcontrol
Read typed objects from XML using known XSD

I have the following (as an example) XML file and XSD. <?xml version="1.0" encoding="utf-8" ?> <foo> &…

c# xml compact-framework xsd xmldocument
Can't find PInvoke DLL error in Windows Mobile

I 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 emulation
Save and Load image SQLite C#

I'm trying to save and load images with SQLite with an app on WinForm with CF. I found a way …

c# image sqlite compact-framework
How do I GetCustomAttributes?

I 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 getcustomattributes
ZXing.Net Encode string to QR Code in CF

How could I encode my string into a QR Code using ZXing.Net? I can already decode, but having problems …

c# compact-framework zxing
Disable Symbol scanner 'beep' on successful scan?

I'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 motorola
Lambda Expression for "not in"?

I have a detailcollection collection in which every detail has code, price, name And a string with some codes string …

c# compact-framework lambda
C# Application.Run without Form

Is it possible to call Application.Run, but to not pass a form parameter, or is there an alternative if …

c# .net compact-framework