Funktionreferenz


_WinAPI_SetForegroundWindow


Puts the specified window into the foreground and activates its

#include <WinAPISysWin.au3>
_WinAPI_SetForegroundWindow ( $hWnd )

Parameter

$hWnd Handle to the window that should be activated and brought to the foreground.

Rückgabewert

Success: True
Failure: False

Bemerkungen

None.

Siehe auch

Suche nach SetForegroundWindow in der MSDN Bibliothek.