On some computer screens, my controls are TOO LARGE???

A

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.
 
K

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top