[python-win32] Detecting when a system has multiple monitors (desktops)
Tony Cappellini
cappy2112 at gmail.com
Wed Aug 25 01:33:44 CEST 2010
Does anyone know how to detect if a system has multiple monitors
(desktops) through Python?
I've written a program which allows the user to open multiple
stand-alone windows.
When I run this program I usually drag these windows to my secondary monitor.
I was to save the screen coordinates of the window locations so they
can be restored.
First, the program must detect the multiple desktops and then
understand if the screen coordinates of those
windows are related to the primary or secondary desktop.
More information about the python-win32
mailing list