WinSet, Redraw, WinTitle, WinText, ExcludeTitle, ExcludeText
WinSet, Enable, WinTitle, WinText, ExcludeTitle, ExcludeText Redraw In addition, disabled windows are omitted from the alt-tab list. When a window is disabled, the user cannot move it or interact with its controls.
WinSet, Disable, WinTitle, WinText, ExcludeTitle, ExcludeText One possible work-around is to make the window briefly AlwaysOnTop, then turn off AlwaysOnTop. In addition, this sub-command may have no effect due to the operating system's protection against applications that try to steal focus from the user (it may depend on factors such as what type of window is currently active and what the user is currently doing). However, the system default settings will probably cause it to activate in most cases. WinSet, Top, WinTitle, WinText, ExcludeTitle, ExcludeText Topīrings a window to the top of the stack without explicitly activating it. The effect is similar to pressing Alt+ Esc. WinSet, Bottom, WinTitle, WinText, ExcludeTitle, ExcludeText Sends a window to the bottom of stack that is, beneath all other windows. : The decimal values 1, 0 and -1 may be used in place of On, Off and Toggle, respectively. The word Topmost can be used in place of AlwaysOnTop. If OnOffToggle is blank or omitted, it defaults to Toggle. WinSet, AlwaysOnTop, OnOffToggle, WinTitle, WinText, ExcludeTitle, ExcludeTextįor OnOffToggle, specify On turn on the setting, Off to turn it off, or Toggle to set it to the opposite of its current state. Makes a window stay on top of all other windows.