Set Active Window
From UBot Studio
(Difference between revisions)
(Created page with "This command Sets the active window using a wizard that grabs the parent class of the window. Set Active Window is a Windows Command. The command comes wi...") |
|||
Line 1: | Line 1: | ||
− | This command | + | This command sets the active window using a wizard that grabs the parent class of the window. |
Set Active Window is a [[Windows Commands|Windows Command]]. | Set Active Window is a [[Windows Commands|Windows Command]]. | ||
The command comes with a wizard that allows you to select the desired window by hitting the CTRL button over the title bar of the window. | The command comes with a wizard that allows you to select the desired window by hitting the CTRL button over the title bar of the window. |
Revision as of 17:44, 30 November 2012
This command sets the active window using a wizard that grabs the parent class of the window. Set Active Window is a Windows Command. The command comes with a wizard that allows you to select the desired window by hitting the CTRL button over the title bar of the window.
Example
plugin command("WindowsCommands.dll", "set active window", "Documents", "CabinetWClass")
Running the script sets the active window to the desired window.