pywin32 icon indicating copy to clipboard operation
pywin32 copied to clipboard

could add `ctypes.windll.shcore.SetProcessDpiAwareness()` in pywin32?

Open NewUserHa opened this issue 3 years ago • 1 comments

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?

NewUserHa avatar Apr 12 '22 23:04 NewUserHa

I'd take a PR for that, probably in win32gui

mhammond avatar Apr 12 '22 23:04 mhammond