OrientationAwareControl and VGA

  • Thread starter Thread starter Peter Hartlén
  • Start date Start date
P

Peter Hartlén

Hi!

I just looked at the webcast where this technique is described. Is this
widely used?
http://msdn2.microsoft.com/sv-se/windowsmobile/bb264320.aspx

Does anyone know how to add support for VGA resolution? I have no trouble
adding support for 240x320 <=> 320x240 or 240x240, and if I change the
resolution to VGA in the OAC in Visual Studio, it automatically displays a
640x480 sized control. But when running this on a VGA emulator I only see
the top part of my control. It seems the resolution is not fixed...

Thanks,

Peter
 
Hmm...

When looking at his VGA-example, it shows the same problem as I have. When
in designer mode for VGA, he arranges his controls to be clearly visible on
one screen. But when he runs the example, only the top label is seen on the
emulator. Both image and button are outside the border of the screen.

It seems the OAC doesn't change the dpi settings or something???

/ Peter
 
Back
Top