ET.
ET.

Reputation: 1969

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 the emulator to the right resolution. Is it possible?

Upvotes: 2

Views: 2506

Answers (2)

Misael Moneró
Misael Moneró

Reputation: 869

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.

Upvotes: 0

ctacke
ctacke

Reputation: 67178

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.

Upvotes: 1

Related Questions