Function Reference


_WinAPI_SetForegroundWindow

Puts the specified window into the foreground and activates its

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

Parameters

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

Return Value

Success: True
Failure: False

See Also

Search SetForegroundWindow in MSDN Library.