Windows Form Resolution

baffilustri

Member
Joined
Sep 22, 2008
Messages
6
Programming Experience
3-5
Hi,

I've to run a program in a WIndowsCE terminal and his display is 480:310 16:10 and my windows form is 480:310. When I run my program the resolution of the terminal is higher than my windows form and I don't know how I have to calculate the dimension.

Sorry for my English


Thanx
 
Hello.

Check if the AutoScaleMode Property of the Form is set.
It scales the Form automatically (depending on FontSize or DPi or such)...which is pretty annoying if you need a certain size.

Bobby
 
Back
Top