I am looking for any method for setting DPI awareness level on fly(based on user input). I came across this.
It suggests that I should use setProcessDpiAwareness function to set the awareness level. But This api call is supported from windows 8.1 preview only. Is there any other method I can use to set the Dpi awareness level dynamically which is supported from windows 7 onwards?
Thanks in advance.