エミュレータの解像度の変更

Platform builderからエミュレータの解像度を変更してSDKをビルドすると、Properties.xmlに解像度が入るが、インストールされたSDKのProperties.xmlを変更しても解像度は変わらない。
設定はProperties.xmlからレジストリに格納されるようだ。

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Tools\Platform Manager\
の中で、Videoという値を探せばOK。UNICODE文字列がhex形式で格納されている。
640x480x16だと36,00,34,00,30,00,78,00,34,00,38,00,30,00,78,00,31,00,36,00,00,00という感じ。

How to change Windows CE emulator's video resolution:
Open above registry entry and search value 'Video'.
The resolution is UNICODE string represented by hex.