I have an application that is currently being created for a Windows Mobile 6 device and a CE5 device. The screens on these devices are different - one is a landscape, the other is a portrait.
I need to display the application correctly on both devices. but wondered what is the best way to approach this?
1) Should I find the screen orientation from Windows.Forms.screens .... then just create a form for each of the orientations? 2) make a form that has attached controls (in some way), so the orientation does not matter. 3) Microsoft has another way to do this ?????
The application has a type of output Windows applications.
Any ideas would be greatly appreciated!
Thanks, John
source
share