Hi all,
I have an app that is currently being built for a windows mobile 6 device and a CE5 device. The screens on these devices are different - one is landscape the other is portrait.
I need to display the app correctly on both devices. but was wondering what is the best way to approach this ?
1) Should i find screen orientation from Windows.Forms.screens.... then simply create a form for each of the orientations? 2) make a form that has anchored controls (in some way) so it doesn’t matter the orientation. 3) Has Microsoft got some other way of doing this ?????
The app has an output type of windows Application.
Any ideas would be gratefully appreciated !
Thanks John