Posts Tagged ‘Compact Framework’

Mobile Development: Easy to use background thread with GUI update (2010-6-1)

How to update GUI elements from inside a worker thread without using Invoke. Uses MessageWindow, WndProc and SendMessage with WM_COPYDATA.

Full Screen Engine to make Compact Framework applications fullscreen (2010-3-18)

A class to make a Windows Mobile compact framework forms fullscreen. Includes code to catch all keys (no more working softkeys)

DataMatrix.Net ported to Compact Framework (2010-3-18)

DataMatrixNet for Compact Framework 2.0

Using ws.geonames.org timezone webservice without WSDL (2010-3-4)

How to use ws.geonames.org/timezone and other raw webservices from windows mobile dotnet compact framework

Hooking the keyboard message queue in compact framework code (2009-12-4)

Hooking the keyboard message queue in CF2