ctacke/>
Thu Dec 06 17:53:03 PST 2007
You need to set the AutoScaleMode property of the Form to Dpi;
--
Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com
"John" <johnwadeunderwood@yahoo.com> wrote in message
news:f39db3d8-58ac-4b84-b732-62af8aeb3a49@w28g2000hsf.googlegroups.com...
> Just Discovered a little more info in case that helps anyone...
>
> If I create a project in visual studio 2003 on a windows mobile 6
> device, add a back ground picture box image and 2 picture boxes that
> are used as buttongs and manually set the size and location of each
> picture box, It fills the entire screen as expected.
>
> If I convert this to 2005 visual studio it still looks fine.
>
> After I update to sdk 2.0 it uses 1/4 of the screen. This is on a
> windows mobile 6 device. I'm not sure why the scaling is not correct
> or
> how to fix it.
>
> I can force the background image to use the whole screen by stretching
> it, but my other two picture boxes do not scale correctly. This
> give any hints to what is going on?
>
> Thank you for the link below, but it might be a little low level for
> the .net framework I'm using.
>
> Thanks for any help