vb.net - ignore increacing font size of windows in .net -
in windows it's possible increase size of on-screen fonts. realized late , if user our programm unusable because can not see texts , controls. we're bringing out release , not have time fix that. so: how can disable or ignore increasing windows application-wide? tried setting autoscale none not working. isn't possible ignore setting whole application? how can that? know week solution because user has reason why wants increase font size. can not fix problem within 2 weeks want provide application can work.
thanks help
ps: use vb.net
according microsoft workaround is: right-click shortcut, click on compatibility tab , tick "disable display scaling on high dpi settings"
(although doesn't seem work.)
Comments
Post a Comment