Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
in vb.net 2008 for windows how do you detect and adjust for 'Personalize, Display, Smaller, Medium, Larger'

We see that for customers with different settings some of our control text no longer fits.

How can we adjust for it programmatically without changing the user's settings?
Posted
Updated 21-Feb-13 4:40am
v2

The question wasn't very obvious, but you can use the "AutoScaleMode" property on your forms to "Dpi", and this will scale with the screen DPI
 
Share this answer
 
Thanks but I am not following screen dpi and how to do/user it?
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Aug-13 15:46pm    
Not an answer. Please never post such content as "solution". It isn't.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900