Activates a sub-window, identified by its window title
.
If the sub-window is minimized it will be restored.
Only available if in MDI and Tab mode.
This command is internally used by the menu.
Sends a mouse click event to window, identified by its
class
name.
The event will only be sent to the first window that has
the given class name, therefore you should make sure that you
have only one instance of the given window when this command
gets executed.
Closes a window, identified by its
class
name.
Only the first window that has the given class name will be
closed, therefore you should make sure that you have only one
instance of the given window when this command gets executed.
Sends a mouse move event to window, identified by its
class
name.
The event will only be sent to the first window that has
the given class name, therefore you should make sure that you
have only one instance of the given window when this command
gets executed.
Changes the size of a window, identified by its
class
name to a new
width
and
height
.
The change will only be applied to the first window that has
the given class name, therefore you should make sure that you
have only one instance of the given window when this command
gets executed.
Takes a screenshot of a window, identified by its
class
and saves it to a file.
The screenshot will be taken from the first window that has
the given class name, therefore you should make sure that you
have only one instance of the given window when this command
gets executed.
Currently the format of the file is hardcoded and has to be
*.png
.
Sends a key press and release event to a window, identified by its
class
name.
The key will only be sent to the first window that has
the given class name, therefore you should make sure that you
have only one instance of the given window when this command
gets executed.
class : | name of the window class |
key code : | the key code that should be sent, using the same syntax as used for setting up menus |
Description of the parameter
hotkey
of the menu() command.