Page 1 of 1

Keyword: setWin - Set window

Posted: Sun Dec 26, 2021 9:51 pm
by YiMeng
Description
  • Set a window by specifying its title to be targeted for send keys.
  • Using focusWin automatically sets the specified window as target as well.

Parameters
  • x: The name of a window title
  • Space within parameter is allowed
  • A trailing "*" on the parameter is allowed

Usage
  • setWin x

On Error
  • If multiple windows are found to match the parameter, the first window with the match title will be set into focus.
  • If no match is found, command will be on standby until a match is found.