Close Window
From UBot Studio
(Difference between revisions)
(Created page with "This command closes a window on your windows system using a wizard that grabs the parent class of the window. Close Window is a Windows Command. The accom...") |
|||
Line 1: | Line 1: | ||
This command closes a window on your windows system using a wizard that grabs the parent class of the window. | This command closes a window on your windows system using a wizard that grabs the parent class of the window. | ||
+ | |||
Close Window is a [[Windows Commands|Windows Command]]. | Close Window is a [[Windows Commands|Windows Command]]. | ||
+ | |||
The accompanying wizard allows you to grab the Parent Class and the Parent Window of the desired window by moving your mouse over the window's title bar and hitting the ctrl button. | The accompanying wizard allows you to grab the Parent Class and the Parent Window of the desired window by moving your mouse over the window's title bar and hitting the ctrl button. | ||
Revision as of 15:46, 14 April 2013
This command closes a window on your windows system using a wizard that grabs the parent class of the window.
Close Window is a Windows Command.
The accompanying wizard allows you to grab the Parent Class and the Parent Window of the desired window by moving your mouse over the window's title bar and hitting the ctrl button.
Example
plugin command("WindowsCommands.dll", "close window", "Documents", "CabinetWClass")
Running this script will close the documents window on the system it is running on.