Multi-Screen display

Bartosz Ptaszynski yazzgoth at gmail.com
Fri Sep 16 09:13:33 EDT 2005


Hi,
    Currently I'm working on a project in which I have to display a
window on each of the monitors connected to the PC. I've been looking
around for a way to detect how many monitors are connected to the
machine (windows box) and how to force a window to launch at specific
monitor, without luck.

Launching window on specific screen may be possible by detecting the
resolution of first screen and adding +1px to it as a start position
for the window. But that's only a theory.

btw. I'm using wxPython for GUI.

Any suggestions?




More information about the Python-list mailing list