You can change scaling with SystemParametersInfo and SPI_SETLOGICALDPIOVERRIDE
How to set monitor scaling to recommended or desired scaling with c++ ?
Jaka Kostanjevec
0
Reputation points
I am trying to set scaling to windows recommended scaling or to desired one (100%,150%,...) for monitor in C++. I have monitor handles (type: HMONITOR). Is that enough or do I need anything else how would I set scaling from code.