Link to home
Start Free TrialLog in
Avatar of RayT
RayTFlag for United States of America

asked on

Visaul Basic.NET Application

I've created my first Visual Basic.NET Application to run on a tablet.  When I run the application on the tablet it runs fine, looks great.  Only one problem, when I rotate the tablet from Landscape to Portrait the application remains in Landscape mode.  Why?  How do I fix this?
ASKER CERTIFIED SOLUTION
Avatar of HainKurt
HainKurt
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RayT

ASKER

Thanks.  One more question. Can this be accomplished easier if I rewrote the app as a WPF?
no idea...
but idea remains same...
you have to detect the event and run some codes to rearrange your layout basically...
Avatar of RayT

ASKER

Thanks