views:

60

answers:

2

I am developing the smart device application. There are different screen resolution for different window mobile devices. I want to know that which is the standard screen resolution for windows mobile?

+4  A: 

There is no standard.

Many possibilities exist and the recent devices usually have 800x480. Others have: 640x480, 320x240, 320x320, 400x240, etc.

Victor Hurdugaci
A: 

The default controls scale pretty well across resolutions. I've created forms in Visual Studio and deployed to multiple resolutions without any modifications.

Brad Bruce