AutoIt WinActivate: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Schema == Bild:AutoIt WinActivate.png == Description == Activates (gives focus to) a window. Fails in case the window is not found or cannot be activa…“) |
K |
||
Zeile 4: | Zeile 4: | ||
== Description == |
== Description == |
||
Activates (gives focus to) a window. Fails in case the window is not found or cannot be activated. |
Activates (gives focus to) a window. Fails in case the window is not found or cannot be activated. |
||
== Input Pins == |
== Input Pins == |
||
*'''AutoItHandle'''<br>The handle to the |
*'''AutoItHandle'''<br>The handle to the AutoIt server |
||
*'''WindowTitle'''<br>The title of the window to activate. |
*'''WindowTitle'''<br>The title of the window to activate. |
||
Zeile 19: | Zeile 19: | ||
<!--AutoUpdateNavPanel--> |
<!--AutoUpdateNavPanel--> |
||
---- |
|||
<hr> |
|||
Back to [[AutoIt Library#Window Specific Functions|AutoIt Library]].<br> |
Back to [[AutoIt Library#Window Specific Functions|AutoIt Library]].<br> |
||
Previous: [[AutoIt Disconnect|AutoIt [ Disonnect ]]]<br> |
Previous: [[AutoIt Disconnect|AutoIt [ Disonnect ]]]<br> |
Aktuelle Version vom 15. Juli 2017, 16:04 Uhr
Inhaltsverzeichnis
Schema[Bearbeiten]
Description[Bearbeiten]
Activates (gives focus to) a window. Fails in case the window is not found or cannot be activated.
Input Pins[Bearbeiten]
- AutoItHandle
The handle to the AutoIt server - WindowTitle
The title of the window to activate.
Notes[Bearbeiten]
You can use the WinActive function to check if WinActivate succeeded. If multiple windows match the criteria, the window that was most recently active is the one activated. WinActivate works on minimized windows. However, a window that is "Always On Top" could still cover up a window you activated.
Revisions[Bearbeiten]
This block is in the AutoIt Library since 1.0.
Back to AutoIt Library.
Previous: AutoIt [ Disonnect ]
Next: AutoIt [ Active ]