安裝環境設置

1. 安裝Microsoft Visual Studio 2005

2. 安裝Windows Embedded CE 6.0

3. 安裝Microsoft Visual Studio 2005 Service pack 1

4. 安裝Microsoft Visual Studio 2005 Service pack 1 for Vista(Vista System)

5. 安裝 Windows Embedded CE 6.0 Service pack 1

6. 安裝Windows Embedded CE 6.0 R2

7. 安裝Windows Embedded CE 6.0 R3

建置可執行Silverlight UI的Emulator OS

1. 新增Windows CE project

clip_image002

clip_image006

2. 選擇Device Emulator BSP

clip_image009

3. 選擇所需的components

  • 選擇PDA Device for Web Pad type

clip_image013clip_image015

  • 移除不需要的components以增加Build速度

clip_image018

Barry 發表在 痞客邦 留言(0) 人氣()

//假設XAML裡面有一個Storyboard腳本[t1],這邊教大家如何直接使用它
//引用Expression Blend裡面的StoryBoard"t1"物件 //Silverlight使用
         

Barry 發表在 痞客邦 留言(0) 人氣()

Windows 2000 Professional及Windows 2000 Server版本將於美國時間2010年7月13日停止技術支援服務。微軟將停止Windows XP SP2版本的安全更新,請您記得安裝更新Windows XP Service Pack 3。Windows Vista將在美國時間2010年4月13日停止技術支援服務,請您記得安裝更新Windows XP Service Pack 2 。

For more information:

http://blogs.technet.com/lifecycle/archive/2010/02/24/end-of-support-for-windows-xp-sp2-and-windows-vista-with-no-service-packs-installed.aspx

Resources:

Service Pack 3 for Windows XP:

http://www.microsoft.com/downloads/details.aspx?FamilyID=68C48DAD-BC34-40BE-8D85-6BB4F56F5110&displaylang=en

Service Pack 2 for Windows Vista: http://www.microsoft.com/windows/windows-vista/default.aspx

Barry 發表在 痞客邦 留言(0) 人氣()

邀請您參加於2010 年 3 月 25 日及2010 年 4 月 10 日在台灣微軟 7A+7B會議室 舉辦的「Microsoft Windows Home Server 保護重要回憶 分享數位歡樂」派對。

http://www.microsoft.com/taiwan/newsletter/library/edm/201002oem/microsoft100205.htm

Barry 發表在 痞客邦 留言(0) 人氣()

1. 請參考以下參數說明修改系統碟根目錄(Ex: “C:”)的boot.ini檔案,即可變更/隱藏開機時的Splash LOGO。

/NOGUIBOOT
Instructs Windows not to initialize the VGA video driver responsible for presenting bitmapped graphics during the boot process. The driver is used to display boot progress information, so disabling it will disable the ability of Windows to show this information.

/BOOTLOGO

Barry 發表在 痞客邦 留言(0) 人氣()

佈署程序整理如下:

1.因目前TabletPC僅支援Based-on XPPe SP2昇級,請事先準備好SP2 OPK(Embedded版TabletPC目前支援八國語系:eng,chs,cht,fre,ger,jap,kor,ita,spa)

2.於硬碟上建立sysprep目錄

3.置入XPPe SP2 OPK CD,將光碟內\i386目錄複製到硬碟\sysprep下

4.建立\sysprep\i386\digitizer目錄,並執行以下命令

expand d:\i386\hiddigi.in_ c:\sysprep\i386\digitizer\hiddigi.inf

expand d:\i386\mutohpen.sy_ c:\sysprep\i386\digitizer\mutohpen.sys

expand d:\i386\serial.sy_ c:\sysprep\i386\digitizer\serial.sys

expand d:\i386\wacompen.sy_ c:\sysprep\i386\digitizer\wacompen.sys

5.置入XPPe SP2 OPK Tool CD,將光碟內Tools\x86下所有檔案複製至硬碟\sysprep

6.新增\sysprep\sysprep.inf檔,並將以下內容加至檔案:

[Unattended]

    InstallFilesPath=c:\sysprep\I386

    OEMPreinstall=Yes

    OEMPnPDriversPath=c:\sysprep\I386\digitizer

    UpdateInstalledDrivers=Yes

[UserData]

    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

(xxxxx部份請填入TabletPC OPK隨附之OEM專用PID)

7.新增\sysprep\tablet.txt,將以下內容加至該檔內:

[Components]

TabletOC=On

TPG=On

System=On

OOBE=On

Notebook=On

Stickynotes=On

8.建立目錄\sysprep\i386\$OEM$,並建立\sysprep\i386\cmdlines.txt,將以下內容填入該檔:

[Commands]

"sysocmgr /i:%windir%\inf\sysoc.inf /u:c:\sysprep\tablet.txt /c /x"

9.建立\sysprep\i386\cmpnents目錄

10.置入TabletPC OPK,將光碟內cmpnents\ NETFX及cmpnents\TABLETPC目錄複製至\sysprep\i386\cmpnents下

11.檢查1~10步驟,應可得以下目錄檔案架構

\sysprep

    sysprep.exe

    factory.exe

    setupcl.exe

    setupmgr.exe

    sysprep.inf

    tablet.txt

      \i386

                \$OEM$

                              cmdlines.txt

                \CMPNENTS\TABLETPC\I386

                              tabletpc.cab

                              and all additional files in the TabletPC\I386 directory on CD2

                \CMPNENTS\NETFX\I386

                              netfx.cab

                \Digitizer

                              hiddigi.inf

                              serial.sys

                              wacompen.sys

                              mutohpen.sys

12.開始>執行>cmd,切換至\sysprep目錄,執行sysprep –mini (可依需求自行調整封裝設定)

13.重新啟動後即會自動安裝TabletPC套件

詳細佈署過程可參考連結:http://technet.microsoft.com/en-us/library/bb457081.aspx

Barry 發表在 痞客邦 留言(0) 人氣()

於要執行的程式碼加入

    try

Barry 發表在 痞客邦 留言(0) 人氣()

C++Break & Continue用法

 

Barry 發表在 痞客邦 留言(3) 人氣()

我們在使用XPE Target Designer的時候,同時加入繁中、簡中、......等其他多國語系。
常常會造成語系顯示不正常,或是出現亂碼....顯示不正常,

Barry 發表在 痞客邦 留言(0) 人氣()

使用VS2008開啟新專案à C# à WPF Application

 

Barry 發表在 痞客邦 留言(0) 人氣()