-Please set the following values for non-standard screen/panel setup. Edit the PROJECT.REG in the Parameter View of MS WinCE Platform Builder 4.0. Add these lines under the following section: [HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\PenMount_USB_HID_Class_Driver] "ActiveScreenRectLeft"=dword:64 "ActiveScreenRectRight"=dword:12C "ActiveScreenRectTop"=dword:64 "ActiveScreenRectBottom"=dword:12C "ActualScreenWidth"=dword:320 "ActualScreenHeight"=dword:258 中文說明如何更改螢幕使用區域:在 PROJECT.REG 加入下段程式(不包含中文說明部分) [HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\PenMount_USB_HID_Class_Driver] 此行請勿修改 "ActiveScreenRectLeft"=dword:64 設定螢幕最左邊位置,只須更改dword:後的數值(數值為16進制) "ActiveScreenRectRight"=dword:12C 設定螢幕最右邊位置,只須更改dword:後的數值(數值為16進制) "ActiveScreenRectTop"=dword:64 設定螢幕最上方位置,只須更改dword:後的數值(數值為16進制) "ActiveScreenRectBottom"=dword:12C 設定螢幕最下方位置,只須更改dword:後的數值(數值為16進制) "ActualScreenWidth"=dword:320 設定水平真正解析度,只須更改dword:後的數值(數值為16進制) "ActualScreenHeight"=dword:258 設定垂直真正解析度,只須更改dword:後的數值(數值為16進制) 範例: 螢幕解析度為1024*768 要使用1/4螢幕範圍,左上方的位置為0點 設定方式如下 請先安裝PenMount USB Driver,確認可使用後,在進行以下步驟 1.用記事本或其他文書工具,編譯custom.reg檔案 2.修改所需變動的數值 如預設值 [HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\PenMount_USB_HID_Class_Driver] "ActiveScreenRectLeft"=dword:64 "ActiveScreenRectRight"=dword:12C "ActiveScreenRectTop"=dword:64 "ActiveScreenRectBottom"=dword:12C "ActualScreenWidth"=dword:320 "ActualScreenHeight"=dword:258 修改後為 [HKEY_LOCAL_MACHINE\Drivers\USB\ClientDrivers\PenMount_USB_HID_Class_Driver] "ActiveScreenRectLeft"=dword:0 "ActiveScreenRectRight"=dword:200 "ActiveScreenRectTop"=dword:0 "ActiveScreenRectBottom"=dword:180 "ActualScreenWidth"=dword:400 "ActualScreenHeight"=dword:300 所有數值為16進位,請先自行轉換 例如:1024(10進位)-->400(16進位) 3.存檔並離開 4.Double Click [custom.reg] file,畫面會顯示[是否要將資料匯入],請選[Yes] 5.結束所有程式並重新開機 6.點選定位程式,您因該可以看到定位點的位置以改變,若您發現無任何改變,請您檢查以上操作的步驟 7.若您修改後覺得不是您要的位置,請您修改正確的數值,並重新匯入 若無此需求請勿任意修改,避免發生問題 Copyright (c) By Dialogue Technology Corp. All rights reserved. 2006/08/11