Close Window
From UBot Studio
(Difference between revisions)
Line 15: | Line 15: | ||
− | [[File: | + | [[File:wclose.jpg]] |
Revision as of 14:26, 29 September 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.