Chris Ryu’s Tech Diary

Windows Embedded OS

Silverlight for Windows Embedded Lab 3

Posted by chrisryu on October 30, 2009

This exercise is using the sample XAML (http://chrisryu.wordpress.com/2009/10/30/simple-xaml-code/).

This exercise’s pre-requisite is Silverlight for Windows Embedded lab1.(http://chrisryu.wordpress.com/2009/10/30/silverlight-for-windows-embedded-lab-1/)

This exercise’s pre-requisite is Silverlight for Windows Embedded lab2.(http://chrisryu.wordpress.com/2009/10/30/silverlight-for-windows-embedded-lab-2/)

Read the rest of this entry »

Posted in Application | Tagged: , , | Leave a Comment »

Silverlight for Windows Embedded Lab 2

Posted by chrisryu on October 30, 2009

This exercise is using the sample XAML (http://chrisryu.wordpress.com/2009/10/30/simple-xaml-code/).

This exercise’s pre-requisite is Silverlight for Windows Embedded lab1.(http://chrisryu.wordpress.com/2009/10/30/silverlight-for-windows-embedded-lab-1/)

Read the rest of this entry »

Posted in Application | Tagged: , , | Leave a Comment »

Silverlight for Windows Embedded Lab 1

Posted by chrisryu on October 30, 2009

 This document is based on

 ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.WindowsCE.v60.en/CE_OS_ShellUI/html/094028e1-0058-4c5b-97b1-e4e2d4ba20eb.htm. For further information, visit this site.

And this exercise is using the sample XAML (http://chrisryu.wordpress.com/2009/10/30/simple-xaml-code/)

  Read the rest of this entry »

Posted in Application | Tagged: , , | 1 Comment »

Simple XAML code

Posted by chrisryu on October 30, 2009

this is a simple XAML code that contains “button” and animation “Storyboard1″.

Read the rest of this entry »

Posted in Application | Tagged: | 3 Comments »

Importing version resources to Windows CE application

Posted by chrisryu on September 23, 2009

In case of the Win32 application for desktop, we can import version resources into the application and can be controlled by Win32API(GetFileVersionInfoSize->GetFileVersionInfo->VerQueryValue).

  Read the rest of this entry »

Posted in Tips | Tagged: , | Leave a Comment »