Multi-Screen display

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bartosz Ptaszynski

    #1

    Multi-Screen display

    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?

Working...