c# - Change display Zoom level -


in windows 8 there change size of items under display, can zoom 100%-150%, there way programatically change using c#?

i don't believe there api's control (i've looked before, may have missed it). know i've changed setting on windows 7 , requires logout/logon cycle. windows mess around device/font metrics application fooled making text larger on screen.

if declare application high-dpi aware, windows not app. control create each font instance in application. windows offers option defeat automatic font metrics kludge on application application basis.

however, if writing windows forms apps, want @ autoscalemode property may want accomplish.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -