code_star_net
code_star_net

Reputation: 213

Making windows mobile 6 application forms generalized to all resolution [480*640] and [320*320]?

I have a Windows mobile 6 application witch is designed for 480 x 640 VGA Resolution mobile. Now the application is needed to install on *320*320 square Mobiles*... I have some images for every form designed for *480*640* for banner image... How can i make my application to adapt all resolution without changing all form design....? and can i use the same image for square Device too ???

please help me on this.....

Handling Different Resolutions in Windows mobile app 6 in Visual Studio 2008 for .NET CF. Can i use Same Forms to manage screen resolution and landscape/Portrait mode too...

please help with code or link to show me right way....

Upvotes: 0

Views: 890

Answers (1)

Richard Szalay
Richard Szalay

Reputation: 84734

It looks like MSDN has a number of articles that should help you on your way:

Finally, Windows Marketplace for Mobile: Certification Testing, Hopper, and Multiple Screen Support provides some fairly up to date information on the certificate requirements for the WM6 marketplace as they relate to dynamic screens.

Upvotes: 1

Related Questions