locked
Change Windows Mobile 6.5 Resolution RRS feed

  • Question

  • Hi,

    How to change windows Mobile 6.5  Resolution VGA to QVGA ?

                            Thanks

                                                      Regards

                                                      Ramesh K

    Monday, May 24, 2010 12:46 PM

Answers

All replies

  • The resolution on Windows Mobile devices is usually unchangeable. You need to make your application adapt to different resolutions instead of trying to make the device have a specific resolution. 
    Joel Ivory Johnson | http://www.j2i.net | Device Application Development MVP
    It takes all the running you can do to stay in one place.If you want to get somewhere else,you must try to run at least twice as fast as that.
    • Proposed as answer by Marc Ambrosius Tuesday, May 25, 2010 7:46 AM
    • Marked as answer by warrentang Friday, May 28, 2010 3:20 AM
    Monday, May 24, 2010 2:46 PM
  • Hello Johnson,

                    Thank you for your reply.

                    Is it possible to change windows mobile resolution Using ChangeDisplaySettingsEx() method?

     

                                             Thanks

                                                                              Regards

                                                                              Ramesh K.

    Tuesday, May 25, 2010 4:09 AM
  • As Joel mention it is generally not possible to change WM resolution using any method. That is because LCD screens have fixed resolution and device hardware and/or drivers do not allow for any other resolution.

    Naturally you can try using that method on specific device you have, most likely it won't work. You probably can only rotate display using that method on Windows Mobile.


    This posting is provided "AS IS" with no warranties, and confers no rights.
    • Proposed as answer by Marc Ambrosius Tuesday, May 25, 2010 7:46 AM
    • Marked as answer by warrentang Friday, May 28, 2010 3:20 AM
    Tuesday, May 25, 2010 6:39 AM
  • In case you don't know how to develop resolution-aware applications for Windows Mobile, below are some tutorials:

     Adaptable Apps For Windows Mobile 

    MSDN Webcast: 24 Hours of Windows Mobile Application Development: Dealing with Different Form Factors (Level 300) 
    MSDN Webcast: 24 Hours of Windows Mobile Application Development: Creating Adaptive Applications for Windows Mobile Devices (Level 300)  


    Please mark the post that helps you, and unmark that does not. This benefits our community.
    • Marked as answer by warrentang Friday, May 28, 2010 3:20 AM
    Wednesday, May 26, 2010 6:37 AM