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.
Tips for WinCE
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.
Posted in Tips | Tagged: FTP, Telnet | 1 Comment »
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.
Posted in Tips | Tagged: dummy shell | Leave a Comment »
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
Posted in Tips | Tagged: sharing folder, WinCE | Leave a Comment »
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).
Posted in Tips | Tagged: application's version resource, version resource | Leave a Comment »
Posted by chrisryu on June 24, 2009
Keyboard driver concept
Posted in Tips | Tagged: shift key, SP2 keyboard | Leave a Comment »