Hello!
I want to deveplop an app for Windows Mobile 5.0 and above that can detect screen resolution and orientation. This part is easy, I know how to do it. The other part, reallocate controls process, is more difficult for me (not very difficult).
I wonder if there is a design pattern or a design guideline about how to do this process of moving controls depending on form size. I don't want to use any other framework that can do it. I want to do it by myselft.
Any suggestions?
Thank you!