Puts the specified window into the foreground and activates its
#include <WinAPISysWin.au3>
_WinAPI_SetForegroundWindow ( $hWnd )
| $hWnd | Handle to the window that should be activated and brought to the foreground. |
| Success: | True |
| Failure: | False |
Search SetForegroundWindow in MSDN Library.