This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ivb
Recipients ivb, steve.dower, tim.golden, zach.ware
Date 2015-06-06.09:20:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433582426.79.0.462452103713.issue24390@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> SM_CYSCREEN = 1
>>> from ctypes import windll
>>> GetSystemMetrics = windll.user32.GetSystemMetrics
>>> GetSystemMetrics(SM_CYSCREEN)
1067
>>> 'really this value is 1600'
>>> 'executable must be labeled as "high dpi aware"'
History
Date User Action Args
2015-06-06 09:20:26ivbsetrecipients: + ivb, tim.golden, zach.ware, steve.dower
2015-06-06 09:20:26ivbsetmessageid: <1433582426.79.0.462452103713.issue24390@psf.upfronthosting.co.za>
2015-06-06 09:20:26ivblinkissue24390 messages
2015-06-06 09:20:26ivbcreate