I am developing a touch screen application and as such, we have minimum
button size requirements
(for example, the touchable area of a button has to be at least 9mm^2,
etc.) Now, if the user changes
the resolution, what can I do to maintain my button sizes?
Bryan Phillips - 31 Oct 2006 03:20 GMT
Try setting the form's AutoScaleMode property to AutoScaleMode.Dpi
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> I am developing a touch screen application and as such, we have minimum
> button size requirements
> (for example, the touchable area of a button has to be at least 9mm^2,
> etc.) Now, if the user changes
> the resolution, what can I do to maintain my button sizes?