Set Active Window
From UBot Studio
(Difference between revisions)
Line 10: | Line 10: | ||
</pre> | </pre> | ||
+ | |||
Running the script sets the active window to the desired window. | Running the script sets the active window to the desired window. | ||
+ | |||
[[File:setactivewindow.png]] | [[File:setactivewindow.png]] |
Revision as of 12:58, 21 May 2013
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.