pywin32
pywin32 copied to clipboard
could add `ctypes.windll.shcore.SetProcessDpiAwareness()` in pywin32?
since high-dpi monitor is common nowdays, but win32ui.MessageBox() blurs, when without import ctypes and ctypes.windll.shcore.SetProcessDpiAwareness()
is it able to add ctypes.windll.shcore.SetProcessDpiAwareness() in pywin32?
I'd take a PR for that, probably in win32gui