changing windows mobile 6.1 emulator screen resolution
I am writing an app that should run on Omnia i900, and this device has different screen resolution from the mobile 6.1 emulator. It makes it very hard for me to create the forms right. It would really help if I could change 开发者_StackOverflow中文版the emulator to the right resolution. Is it possible?
From Visual Studio:
- Click Options on the Visual Studio Tools menu
- Click Device Tools, and then click Devices.
- In the Devices box, select an emulator.
- When Emulation Startup Provider is displayed in the Startup server box, click Configure.
- Select the "Display" tab
- Adjust the screen dimensions as you wish.
It is not possible to change the resolution to a windows ce emulator. If you need to use another resolution, you should use a different emulator, For Example: Use the VGA emulator for (480 X 640). find the emulator that works for you.
精彩评论