AutoIt WinSetState

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Die Druckversion wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.

Schema

Description

Shows, hides, minimizes, maximizes, or restores a window. Fails in case the window is not found.

Input Pins

  • AutoItHandle
    The handle to the AutoIt server
  • WindowTitle
    The title of the window to show.
  • WindowState
    The "show" flag of the executed program:
    • @SW_HIDE = Hide window
    • @SW_SHOW = Shows a previously hidden window
    • @SW_MINIMIZE = Minimize window
    • @SW_MAXIMIZE = Maximize window
    • @SW_RESTORE = Undoes a window minimization or maximization
    • @SW_DISABLE = Disables the window
    • @SW_ENABLE = Enables the window

Notes

If multiple windows match the criteria, the most recently active window is used. @SW_MINIMIZE and @SW_MAXIMIZE even work on modal dialog windows.

Revisions

This block is in the AutoIt Library since 1.0.



Back to AutoIt Library.
Previous: AutoIt [ Exists ]
Next: AutoIt [ MinimizeAll ]




Copyright © 2014-2024 eXept Software AG