Chris Ryu’s Tech Diary

Windows Embedded OS

Creating FTP&Telnet User ID , Password

Posted by chrisryu on December 29, 2009

We can create User ID and password for FTP&Telnet if needed.

In this case, we can use NTLMSetUserInfo API and this below code shows how to use it.

Read the rest of this entry »

Posted in Tips | Tagged: , | 1 Comment »

Dummy Shell

Posted by chrisryu on December 29, 2009

The Dummy shell is the default shell that can load customer’s application instead of  explorer.exe during the boot proccess.

Read the rest of this entry »

Posted in Tips | Tagged: | Leave a Comment »

FTP in WinCE

Posted by chrisryu on December 24, 2009

How to access and use FPT in WinCE

  Read the rest of this entry »

Posted in Windows Embedded CE | Tagged: , | Leave a Comment »

Sharing WinCE target’s folder

Posted by chrisryu on December 24, 2009

Test environment : Windows CE 5.0

Required components

 Windows Networking API/redirector(SMB/CIFS)

 File Server

 File Server Customizable UI

  Read the rest of this entry »

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

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 »