Problem is at DevCap.cs:63 where a screen width of more than 240 is used to detect VGA whereas in landscape mode a normal screen will have a width of 320.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do we really need to double the size of controls for VGA? If so would it be better to use AutoScale rather than manually resizing the buttons? In 2009 can we now upgrade to CF 2 and use Anchor rather than dymanic placement?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Problem is at DevCap.cs:63 where a screen width of more than 240 is used to detect VGA whereas in landscape mode a normal screen will have a width of 320.
Do we really need to double the size of controls for VGA? If so would it be better to use AutoScale rather than manually resizing the buttons? In 2009 can we now upgrade to CF 2 and use Anchor rather than dymanic placement?