On some computer screens, my controls are TOO LARGE???
am 07.01.2008 18:13:18 von Alan Mailer
This may be a very old question but, is there a way with VB.net to
have the controls on a form scale in accordance with the screen
resolution of the deploy computer?
....Or is it best to always design a form to suit the
lowest-common-denominator screen resolution? If so, does Visual
Studio 2005 have a tool that will 'prevent' me from designing form
controls that scale outside of these restrictions?
Thanks in advance for your feedback.
Re: On some computer screens, my controls are TOO LARGE???
am 08.01.2008 13:59:22 von Kevin Spencer
The size of Controls in a Windows Forms app is measured in pixels. Screen
resolution represents the number of pixels wide and high of the screen.
--
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
"Alan Mailer" wrote in message
news:j5n4o39h39tt31ksr1d78in0n1ku0naafa@4ax.com...
> This may be a very old question but, is there a way with VB.net to
> have the controls on a form scale in accordance with the screen
> resolution of the deploy computer?
>
> ...Or is it best to always design a form to suit the
> lowest-common-denominator screen resolution? If so, does Visual
> Studio 2005 have a tool that will 'prevent' me from designing form
> controls that scale outside of these restrictions?
>
> Thanks in advance for your feedback.