SetActiveWindow()
Syntax
SetActiveWindow(#Window)Description
Activates the specified window, which means the focus has been put on this window.
Parameters
#Window The window to activate.
Return value
None.
Remarks
The function will only change the focus within the program. It can not bring the program to the foreground when another program has the focus.
See Also
GetActiveWindow()
Supported OS
All