ExtMsgBox soll auf dem gleichen Monitor wie das Hauptprogramm angezeigt werden.

  • Hallo Gemeinde,

    ich benutze öfters die ExtMsgBox mit der gleichnamigen UDF.
    Wie erreiche ich, das die ExtMsgBox immer dort angezeigt wird, wo auch das Hauptprogramm läuft.


  • hipfzwirgel 9. August 2024 um 11:34

    Hat den Titel des Themas von „ExtMsgBox soll auf dem Gleichen monitor wie das Hauptprogramm angezeigt werden.“ zu „ExtMsgBox soll auf dem gleichen Monitor wie das Hauptprogramm angezeigt werden.“ geändert.
  • ohhhh Mann, wer lesen kann ist klar im Vorteil. :rtfm:

    Die Lösung: $shVar = _ExtMsgBox(128, "READY", "Cursorsetting!", "set the cursor now...", "", $x, $y, False) :party:

    Zitat: ...$bMain -> True (default) = Adjust dialog position to ensure dialog positioned on main screen
                                         False = Dialog positioned at user-defined coords, which can be on other screens...