20 Apr 2008

Custom cursor

Un article très intéressant sur comment créer un curseur animé personnalisé sous Windows Mobile. Tout d'abord il est nécessaire de créer une DLL native en C++ qui utilise l'API WINCE LoadAnimatedCursor et SetCursor. Ensuite, il suffit d'importer les fonctions de cette DLL dans un projet C#.
A very usefull article on how to create a custom animated wait cursor on Windows Mobile.

Detect Windows Mobile Version

Si vous voulez savoir quelle version de Adaptation Kit Update (AKU) vous disposez dans votre device Windows Mobile, jetez un oeil sur ce lien.

If you want to know which version of known Adaptation Kit Update (AKU) releases you have in your device, check out this link.

Pour voir l'AKU de votre device, vous pouvez :
Aller dans le menu : Start / Settings / System Tab / About
Dans une application C#, appeler la méthode OSVersion.Version
Utilisez la clé de registre : HKLM\SYSTEM\Versions\Aku

To see the AKU of your device, you can :
type : Start / Settings / System Tab / About
Using a C# application, the
OSVersion.Version method returns build information.
Using the Registry : HKLM\SYSTEM\Versions\Aku

Products renaming

Voici un tableau récapitulatif des nouveaux noms de produit Windows Embedded.
Here is a small tab presenting the next releases names of the different products of Windows Embedded.

Silverlight Mobile


Pour faire suite à mon article annonçant une prochaine sortie de Silverlight pour Windows Mobile, voici un petit complément. Pour créer des applications Internet riches, Silberlight est maintenant disponible pour Windows Mobile.
To make following my article announcing a next release of Silverlight for Windows Mobile, here is a small complement. To create rich internet applications, Silberlight is now available for Windows Mobile.


La première version de Silverlight sera disponible second semestre 2008 pour Windows Mobile 6.
First Developer CTP for Silverlight for mobile available in 2nd Quarter of CY 2008 targeting Windows Mobile 6.

Sur WM, Silverlight sera sous form de pluggin pour le broxwser, de la même manière que la version web.
Silverlight on mobile will take the form of a browser plug-in, the same as the web version.

Etant donnée que Silverlight est basé sur XAML, Microsoft Expression Studio sera l'outil de référence pour le design Silverlight. Expression Design peut être utilisé pour designer les éléments visuels alors que la liaison avec le code peut être réalisée avec soit Expression Blend ou Visual Studio.
Because XAML is the foundation of Silverlight, Microsoft Expression Studio will provide features for designing Silverlight. Expression Design can be used for creating the visual elements while wiring the design with code can be done with either Expression Blend or with Visual Studio.