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...") |
Revision as of 16:46, 30 November 2012
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.