'You've got to find what you love,' Jobs says
This is the
text of the Commencement address by Steve Jobs, CEO of Apple Computer
and of Pixar Animation Studios, delivered on June 12, 2005.
I am
- Oct 06 Thu 2011 14:41
-
◎ Remembering Steve
- Jan 13 Thu 2011 15:53
-
◎ Remove Shutdown Button from WES2009
- Dec 29 Wed 2010 18:15
-
◎ Send Email Messages and Attachments Using C#
There is a good reference from Internet shows how to send email messages and attachments by C#
The article provide a simple description of the process required to send an email message with our without attachments. Further, the procedure for configuring IIS and the STMP mail server is described.
- Dec 18 Sat 2010 17:35
-
◎ How to remove right-click from Windows CE taskbar
1. Open C:\WINCE600\PUBLIC\SHELL\OAK\HPC\EXPLORER\TASKBAR\taskbar.cpp in text editor
2. Mark all code under the WM_RBUTTONUP
case WM_RBUTTONUP:
{
//+nucca
- Dec 10 Fri 2010 17:48
-
◎ How to produce valuable software packages
- Key software aim is to develop software to improve customers’ development and deployment experience:
- Free developers from hardware driver development, so they can speed as much time as possible on actual game play.
- Improve time-to-market for customers’ products.
- Support Windows Embedded by creating custom components.
- Produce detailed and accurate documentation
- Nov 20 Sat 2010 18:02
-
◎ How to build Windows CE image in Taskman shell
1. remove the content of DoPowerCheck() of housekp.cpp
File: C:\WINCE500\PUBLIC\WCESHELLFE\OAK\TASKMAN\housekp.cpp
Note: If you don't remove the content of DoPowerCheck(),
it may cause the link error (_GetSystemPowerStatusEx)
2. Build taskman.lib
- Oct 07 Thu 2010 17:43
-
◎ Saving Password in RDP for Windows CE

Description: Make the RDP can save the password after system reboots.
STEP:
Add Password Checkbox.
1. Copy res file from C:\WINCE420\PUBLIC\RDP\OAK\UIT\CETSC\RES into C:\WINCE420\PUBLIC\RDP\OAK\UIT\CETSC\UI
2. Open tscui.res with Platform Builder
- Sep 14 Tue 2010 17:58
-
◎ Create a Welcome Application for WinCE
You can create a welcome application that runs when the user starts a Windows CE-based device for the first time. This application can request such information as the name of the user and a name for the Windows CE-based device.
- Add the application to the startup group by creating a shortcut to your application and modifying a Project.bib file and .dat file to put the shortcut to your application in the startup folder on the image. You can create shortcuts by calling SHCreateShortcut or SHCreateShortcutEx. The following example shows the code that you need to add to your Project.bib file.
welcome.lnk $(_FLATRELEASEDIR)\welcome.lnk NK SH
The following example shows the code that you need to add to your Project.dat file.
Directory("\Windows\Startup"):-File("welcome.lnk","\Windows\startup\welcome.lnk")
- Aug 19 Thu 2010 17:52
-
◎ Creating a Shortcut File for WinCE
Shortcut or link (.lnk) files are very small files that provide a link to another file.
You can use .lnk files to point to files located in the Windows directory. If you do not use .lnk files, you can only give a ROM file a presence in the file system outside of the Windows directory by making a full copy of the ROM file through a file system file.
The following procedure shows how to create a desktop shortcut file. After you create the file, you must add it to your run-time image. Also, you must typically place a copy of the file in the file system outside the Windows directory.
To create a desktop shortcut file
1. From the File menu in Platform Builder, choose New Project or File.
- Jul 23 Fri 2010 17:54
-
◎ [WinCE] How to Setup FTP with password
1. Add user and password.
NTLMSetUserInfo(_T("UserName"), _T("Password"))
If it is added successfully, it will be locate at
HKEY_LOCAL_MACHINE\Comm\Security\UserAccounts\<username>
2. Add id to FTP Server User List
- May 17 Mon 2010 16:05
-
◎ Memory Limits for Windows Releases
Physical Memory Limits: Windows 7
The following table specifies the limits on physical memory for Windows 7.
| Version | Limit in 32-bit Windows | Limit in 64-bit Windows | Windows 7 Ultimate |
|---|
- Apr 21 Wed 2010 10:12
-
◎ WES 7 vs. WES 2009

WES 7 will be formal announce @April 27th in ESC. Toolkit release schedule it to June 1st and License sticker won't be purchased until June 18th. Those information about WES 7 in this blog was from Microsoft public seminar materials. Not too much information but still be attractive.