L
Laet99
Guest
Hi
We would like to force the scale factor to 100% on the screen linked to the win 10 computer where our product is installed...But we Don't find how to do that in C++/C#
with winuser.h we succeed to retrieve the information of the scale factor but not to change it to 100% especially
we are the only software launched on the computer...the computer is dedicated to our software. When we link the screen to the box and the resolution is too high Windows put automatically the scale to 150% but we want to force the 100% everytime we Don'twant to let Windows to adapt the DPI (because we broadcast Something on the screen and we Don't need to have more than 100% otherwise it is not broadcasted correctly), so we need to stop the auto scaling or to force the 100% when our soft is launched.
and we need to modify dpi directly because we need that the dpi is 100% for our process but also for IE process that we can use.
does anyone already do that?
thanks
Continue reading...
We would like to force the scale factor to 100% on the screen linked to the win 10 computer where our product is installed...But we Don't find how to do that in C++/C#
with winuser.h we succeed to retrieve the information of the scale factor but not to change it to 100% especially
we are the only software launched on the computer...the computer is dedicated to our software. When we link the screen to the box and the resolution is too high Windows put automatically the scale to 150% but we want to force the 100% everytime we Don'twant to let Windows to adapt the DPI (because we broadcast Something on the screen and we Don't need to have more than 100% otherwise it is not broadcasted correctly), so we need to stop the auto scaling or to force the 100% when our soft is launched.
and we need to modify dpi directly because we need that the dpi is 100% for our process but also for IE process that we can use.
does anyone already do that?
thanks
Continue reading...