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
Post a Comment