Where is the tutorial on how to correctly handle orientation changes in your code? I've seen something on this but I can't remember where!!
So I design my landscape layout and save this new layout and I know I can load it using the LoadLayout() function but where do I detect the orientation change in order to load the landscape layout? What Sub?
Thanks...
You can save more than one layout in one layout file. So you would simply save the landscape layout also to your main layout file. Like this you have portrait and landscape in the same layout file. Your program will automatically load the correct one.
Rolf