Never trust “Copy if newer”

Every CF developer knows and uses the “Copy if newer” option from time to time, when deploying on Compact Framework. This way the deployment is a little bit faster. Since I tried to do some C# OpenGL ES stuff on my HTC Touch Diamon as a private project, I came across...

Full screen for WM/CF

Since I do some Compact Framework programming on the side. I ran into the problem on how to do full screen applications on WM. Due to our background as “third level developers” we got a pretty good framework for C# Compact Framework programming and there I...

Windows CE 6.0 and Gradient Fill

Just learned something new – on one CE 6 Platform I recently had Issues with my GradientFill based  controls. – Google didn’t show me any useful hints! Today when browsing Platform Builder I found the reason: Gradient Fill Support is an extra Option that needs to be...

Windows Mobile 6.5 SDK

*AT THIS TIME IT HAS BEEN TAKEN OFFLINE – seems to cause problems!* Finally there is Windows Mobile 6.5 SDK ready for download!  You can get it from here: Windows Mobile 6.5 SDK There are Downloads for the following languages: 0804 CHS Chinese Simplified 0409...

MissingMethodExceptions and TypeLoadExceptions

Eine gute bzw. die einzige vernünftige Möglichkeit MissingMethodExceptions und TypeLoadExceptions einer .NET Compact Framework Anwendung zu identifzieren ist das Loader Log. Dieses kann mittels der Registry aktiviert werden: Dazu sind folgende Schritte nötig: 1. CLR...

Elegantere Controls für Windows Mobile 5 und 6

Auf allen Pocket Pc’s mit Windows Mobile 5 und 6 gibt es GDI+ wie schon in einem anderen Post von mir erwähnt. Die Standard Controls im Compact Framework sind ja eher Grau in Grau – Abhilfe kann da nicht schaden. In letzter Zeit gibt es jetzt auch wieder...

ERPsen counter game

Wir haben in letzter Zeit viel spaß mit CF Programmen, wie ja schon “Spin the bottle” zeigt (wir sind gerade am Testen der Version 1.7, bald kommt ein Update). Dabei haben wir ein neues Spiel/Trainingsprogramm geschrieben,… den “ERPsen...