Answered Change Windows Mobile 6.5 Resolution

  • Monday, May 24, 2010 12:46 PM
     
     

    Hi,

    How to change windows Mobile 6.5  Resolution VGA to QVGA ?

                            Thanks

                                                      Regards

                                                      Ramesh K

Answers

All Replies

  • Monday, May 24, 2010 2:46 PM
     
     Answered
    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.
  • Tuesday, May 25, 2010 4:09 AM
     
     

    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 6:39 AM
    Moderator
     
     Answered

    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.
  • Wednesday, May 26, 2010 6:37 AM
    Moderator
     
     Answered

    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.